From 02c4a8d3b65ad6dbf53ef8271b99f270294f84a2 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 4 Sep 2021 02:18:40 +0900 Subject: [PATCH] Version 1.3.8.pre.7 --- 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 766ce14ff..95fc36e81 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.6" + VERSION = "1.3.8.pre.7" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-09-02" + @LAST_UPDATE_DATE = "2021-09-04" end