From 8baac078bcbdbfdc70d2c5aef938ba23f44df17b Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 6 Sep 2021 16:11:18 +0900 Subject: [ruby/irb] Version 1.3.8.pre.8 https://github.com/ruby/irb/commit/9ff0b1bba0 --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/irb/version.rb') diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 95fc36e812..14a7747770 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.7" + VERSION = "1.3.8.pre.8" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-09-04" + @LAST_UPDATE_DATE = "2021-09-06" end -- cgit v1.2.3