From dd56e06df524a5e0433c7ccba4004932e2df6659 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 15 Feb 2020 23:05:36 +0900 Subject: [PATCH] Version 1.2.3 --- 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 337b14443..7669c1c53 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.2" + VERSION = "1.2.3" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-02-14" + @LAST_UPDATE_DATE = "2020-02-15" end