ruby-changes:65174
From: aycabta <ko1@a...>
Date: Sun, 7 Feb 2021 05:28:23 +0900 (JST)
Subject: [ruby-changes:65174] 8aac11484b (master): [ruby/irb] Version 1.3.3
https://git.ruby-lang.org/ruby.git/commit/?id=8aac11484b From 8aac11484ba23c26877df1810e4c462ac46d2752 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sun, 7 Feb 2021 04:55:38 +0900 Subject: [ruby/irb] Version 1.3.3 https://github.com/ruby/irb/commit/4c87035b7c --- lib/irb/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 51b5576..a715293 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/irb/version.rb#L11 # module IRB # :nodoc: - VERSION = "1.3.2" + VERSION = "1.3.3" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-01-18" + @LAST_UPDATE_DATE = "2021-02-07" end -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/