diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-21 13:27:52 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-21 16:22:08 +0900 |
commit | 95ce5c0ee9baa692d419dd45f0e00cbd5cee4d4c (patch) | |
tree | ef03887d3b238c5b3857b15e5630cece0167c06a /lib/rdoc | |
parent | 391343e82867919bb13be4660fd49e05ebd5983c (diff) |
[ruby/rdoc] Bump version to 6.3.0
https://github.com/ruby/rdoc/commit/3d3616cb94
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/version.rb b/lib/rdoc/version.rb index 5c70744061..bfb442c5c9 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -3,6 +3,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.2.1' + VERSION = '6.3.0' end |