From 9e7e938ed9feffeefd08c88f446bbd44282b397c Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Mon, 16 Dec 2024 12:49:02 +0000 Subject: [PATCH] [ruby/rdoc] Bump version to v6.9.1 https://github.com/ruby/rdoc/commit/7cd125e2f0 --- 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 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