From 6c7c4ac407c4eb2f70cd599c78808c5cd10b9c13 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 16 Dec 2023 11:39:42 +0800 Subject: [PATCH] [ruby/rdoc] Bump up v6.6.2 https://github.com/ruby/rdoc/commit/895f1affc0 --- lib/rdoc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/version.rb b/lib/rdoc/version.rb index d806ddcfb2..04dfaebf74 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.6.1' + VERSION = '6.6.2' end