From 9fa478e38abb8efc75b17ee5171fa3aa36e88dad Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 12 Jan 2021 01:13:53 +0900 Subject: [ruby/irb] Version 1.3.1 https://github.com/ruby/irb/commit/c230d08911 --- 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 d28143f16e..673784b53c 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.0" + VERSION = "1.3.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-12-25" + @LAST_UPDATE_DATE = "2021-01-12" end -- cgit v1.2.3