diff options
author | aycabta <[email protected]> | 2019-12-24 08:03:00 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-12-24 08:04:01 +0900 |
commit | 30c5e8c4b9353dfb716033901cec7529eace3922 (patch) | |
tree | 8d505d9e13f8eed4240f4079f6eb565c10241813 | |
parent | 2bf0743edcf6fd70cd73952e1e023821c4549a9e (diff) |
[ruby/rdoc] Version 6.2.1
https://github.com/ruby/rdoc/commit/c65e14d112
-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 bf15aa7d79..5c70744061 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -3,6 +3,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.2.0' + VERSION = '6.2.1' end |