From 01a364a36a14bc4cc0dfbfba02557bceec10f6b8 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 10 Sep 2021 11:01:17 +0900 Subject: [PATCH] [ruby/irb] Version 1.3.8.pre.9 https://github.com/ruby/irb/commit/4781f67fb8 --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 14a7747770..4bf79e89ce 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.8" + VERSION = "1.3.8.pre.9" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-09-06" + @LAST_UPDATE_DATE = "2021-09-10" end