From dc0cdf4322aec0028e425f37104138afdb8e587c Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 2 May 2020 00:22:35 +0900 Subject: [PATCH] [ruby/irb] Version 1.2.4 https://github.com/ruby/irb/commit/d7c5fb0273 --- 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 7669c1c535..861faa7b6a 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.3" + VERSION = "1.2.4" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-02-15" + @LAST_UPDATE_DATE = "2020-05-02" end