ruby-changes:65341
From: aycabta <ko1@a...>
Date: Thu, 25 Feb 2021 22:12:05 +0900 (JST)
Subject: [ruby-changes:65341] fda162c776 (master): [ruby/irb] Version 1.3.4
https://git.ruby-lang.org/ruby.git/commit/?id=fda162c776 From fda162c7764219c0b03efd6ba3ef393a92013f66 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Thu, 25 Feb 2021 22:04:58 +0900 Subject: [ruby/irb] Version 1.3.4 https://github.com/ruby/irb/commit/ab9852ccc5 --- 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 a715293..0a4a1bb 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.3" + VERSION = "1.3.4" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-02-07" + @LAST_UPDATE_DATE = "2021-02-25" end -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/