From 24fcbc92b44d44bccf28d9375201162e627bb4ec Mon Sep 17 00:00:00 2001 From: aycabta Date: Sun, 20 Dec 2020 16:16:11 +0900 Subject: [ruby/irb] Version 1.2.8 https://github.com/ruby/irb/commit/bcd96834c7 --- 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 24ceeec034..227742c679 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.7" + VERSION = "1.2.8" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-09-19" + @LAST_UPDATE_DATE = "2020-12-20" end -- cgit v1.2.3