From 5d841f563144a4864f0f60af2935e3eb82ee110a Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 14 Sep 2020 00:50:57 +0900 Subject: [ruby/irb] Version 1.2.5 https://github.com/ruby/irb/commit/07beb3964d --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 861faa7b6a..ff4858925d 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.4" + VERSION = "1.2.5" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-05-02" + @LAST_UPDATE_DATE = "2020-09-14" end -- cgit v1.2.3