diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-19 14:47:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-19 05:47:37 +0000 |
commit | da8c8743d554055d0e98ca0f8551f067948fff34 (patch) | |
tree | 34170b88c2e7bbaac93baa4bada2f89f0a0eb08e /lib/rdoc/version.rb | |
parent | 7ed027a8332e6f64b2a3253f3b48c0488f1184aa (diff) |
[ruby/rdoc] Bump up v6.8.0
https://github.com/ruby/rdoc/commit/cf09b2ebb8
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 427d4ae232..36c2d215a5 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.7.0' + VERSION = '6.8.0' end |