From d691b1a14167129cc415abda3792aa25fd5d6a96 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 5 Dec 2023 16:36:51 +0900 Subject: [PATCH] [ruby/rdoc] Bump up 6.6.1 https://github.com/ruby/rdoc/commit/7cf353a696 --- 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 73071fe5ab..d806ddcfb2 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.0' + VERSION = '6.6.1' end