diff options
author | aycabta <[email protected]> | 2021-12-24 17:01:24 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-12-24 17:04:11 +0900 |
commit | 03f16d37bfaae86efe9633843bd26c3bfb9731fb (patch) | |
tree | dcb2e197fcbacdbf700d4f7e1b06625009352c25 /lib/rdoc | |
parent | 61ca29be1bff5409188ce28a8ca339b96e314f91 (diff) |
[ruby/rdoc] Version 6.4.0
https://github.com/ruby/rdoc/commit/4797f28df8
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 a3ef62d6be..86c5b360fd 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.2' + VERSION = '6.4.0' end |