diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-06 17:29:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-06 17:40:34 +0900 |
commit | ee13da3e2a3632eca6401bb510941f6ff20a7b55 (patch) | |
tree | 1e53f906d133aa7594e7449b2a5f43987e30f637 /lib/rdoc | |
parent | d55364a5a3c26073ad3225b2138dd4b65eb131f4 (diff) |
[ruby/rdoc] Bump up 6.6.0
https://github.com/ruby/rdoc/commit/9c14229876
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 04322a1970..73071fe5ab 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.5.0' + VERSION = '6.6.0' end |