diff options
author | Stan Lo <[email protected]> | 2024-12-16 12:49:02 +0000 |
---|---|---|
committer | git <[email protected]> | 2024-12-16 12:49:17 +0000 |
commit | 9e7e938ed9feffeefd08c88f446bbd44282b397c (patch) | |
tree | bf4960fe7cd6e488b03cdef4a0a42c9ffae37de6 /lib/rdoc | |
parent | 946c823ddbd2f9bd9429d7d1b229a5ba773e540f (diff) |
[ruby/rdoc] Bump version to v6.9.1
https://github.com/ruby/rdoc/commit/7cd125e2f0
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 28dc22a80b..9fea731617 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.0' + VERSION = '6.9.1' end |