From 0ff84eda4e130ae17abccbb8aa92ad47e83d151d Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 7 Dec 2019 20:28:23 +0900 Subject: [ruby/irb] Version 1.2.0 https://github.com/ruby/irb/commit/da6577a88c --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/irb') diff --git a/lib/irb/version.rb b/lib/irb/version.rb index c4850a8964..e95783dc19 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.1.0" + VERSION = "1.2.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2019-11-21" + @LAST_UPDATE_DATE = "2019-12-07" end -- cgit v1.2.3