diff options
author | aycabta <[email protected]> | 2021-05-02 20:52:41 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-05-21 13:42:24 +0900 |
commit | 0ee24b4fab1a1faef600a42c29863e1c3edd8c61 (patch) | |
tree | f81fe420445acbcd76458de1c3fc933c272c4356 /lib/rdoc | |
parent | b1c73f239fe9af97de837331849f55d67c27561e (diff) |
[ruby/rdoc] Version 6.3.1
https://github.com/ruby/rdoc/commit/9307f932b7
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 bfb442c5c9..f6e18f7d4d 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.0' + VERSION = '6.3.1' end |