From ee13da3e2a3632eca6401bb510941f6ff20a7b55 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 6 Nov 2023 17:29:31 +0900 Subject: [PATCH] [ruby/rdoc] Bump up 6.6.0 https://github.com/ruby/rdoc/commit/9c14229876 --- 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 04322a1970..73071fe5ab 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.5.0' + VERSION = '6.6.0' end