From fbcdcbff0de551321eee486bfbff9bd9288331d3 Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 22 Dec 2020 05:01:35 +0900 Subject: [ruby/irb] Version 1.2.9 https://github.com/ruby/irb/commit/9668e5fe6b --- 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 227742c679..9fa0621b80 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.8" + VERSION = "1.2.9" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-12-20" + @LAST_UPDATE_DATE = "2020-12-22" end -- cgit v1.2.3