diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-07-05 19:32:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-06 11:02:14 +0900 |
commit | 02a3cac658a969c2bef2460f61b8346dcb44e8f3 (patch) | |
tree | c4b099e00b5e732347fa807b8fa5153539f48c78 /lib/rdoc | |
parent | 8a5e161cd9a251054e851d46ccc367609a31c1c7 (diff) |
[ruby/rdoc] Bump version to 6.3.2
https://github.com/ruby/rdoc/commit/0a3a674583
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 f6e18f7d4d..a3ef62d6be 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -3,6 +3,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.3.1' + VERSION = '6.3.2' end |