diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-05 16:36:51 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-12-05 07:37:08 +0000 |
commit | d691b1a14167129cc415abda3792aa25fd5d6a96 (patch) | |
tree | 79024779fd8cd67cc799a84fea255c0b6bc78842 /lib/rdoc | |
parent | 99698c7fc2f6bf4d390c4a350c75130372753d2c (diff) |
[ruby/rdoc] Bump up 6.6.1
https://github.com/ruby/rdoc/commit/7cf353a696
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 73071fe5ab..d806ddcfb2 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.6.0' + VERSION = '6.6.1' end |