diff options
author | Stan Lo <[email protected]> | 2024-12-13 16:13:16 +0000 |
---|---|---|
committer | git <[email protected]> | 2024-12-13 16:13:27 +0000 |
commit | 598c6cfe80242e4392338881f46bf783dc844935 (patch) | |
tree | 5ff2a61235bb3a184bdc685a4a3f5a05f3add732 /lib/rdoc/version.rb | |
parent | f3a117605c86b44ef48f313dc921c7fb86ff3481 (diff) |
[ruby/rdoc] Bump version to v6.9.0
https://github.com/ruby/rdoc/commit/dba9474732
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 53799771d4..28dc22a80b 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.8.1' + VERSION = '6.9.0' end |