From 8fe3e301c76b9045e6bb0a41c41eb340af42c999 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 13 Jan 2026 13:51:05 -0300 Subject: [PATCH] Bump version to v7.1.0 (#1562) Bump to v7.1.0 to release the recent fixes and improvements. Comparison since the last tag: https://github.com/ruby/rdoc/compare/v7.0.3...master?expand=1 --- 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 153b3708d0..6a2cb5ccbb 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -5,6 +5,6 @@ module RDoc ## # RDoc version you are using - VERSION = '7.0.3' + VERSION = '7.1.0' end