From c33d173ffabe9df139efd48bce1986d08a2bbebe Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 4 Oct 2025 06:17:59 +0100 Subject: [PATCH] Bump version to 6.15.0 (#1429) https://github.com/ruby/rdoc/compare/v6.14.2...master --- 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 785ab6f0cf..a715633064 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.14.2' + VERSION = '6.15.0' end