diff options
author | Stan Lo <[email protected]> | 2024-12-18 09:51:13 +0000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-12-19 08:45:31 +0900 |
commit | bba66f94f24701ea22741196beaedc81ed19789e (patch) | |
tree | 151944ccd9944d076e6621ef9a4340e40e568638 /lib/rdoc/version.rb | |
parent | a920808c4bf1bfa802d46c86993adfd7313459d4 (diff) |
[ruby/rdoc] Bump version to v6.10.0
https://github.com/ruby/rdoc/commit/2b79892ab4
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12394
Diffstat (limited to 'lib/rdoc/version.rb')
-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 9fea731617..92996d5cdf 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.9.1' + VERSION = '6.10.0' end |