From 9307f932b7f5f97a27706cc04e4c2de72d9baf72 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sun, 2 May 2021 20:52:41 +0900 Subject: [PATCH] Version 6.3.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 bfb442c5c9..f6e18f7d4d 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -3,6 +3,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.3.0' + VERSION = '6.3.1' end