[前][次][番号順一覧][スレッド一覧]

ruby-changes:73853

From: st0012 <ko1@a...>
Date: Wed, 5 Oct 2022 15:25:15 +0900 (JST)
Subject: [ruby-changes:73853] 203b831065 (master): [ruby/irb] Bump version to 1.4.2

https://git.ruby-lang.org/ruby.git/commit/?id=203b831065

From 203b8310655ac8a67de2c5b2bd7afa52631d0bbb Mon Sep 17 00:00:00 2001
From: st0012 <stan001212@g...>
Date: Mon, 3 Oct 2022 22:34:23 +0100
Subject: [ruby/irb] Bump version to 1.4.2

https://github.com/ruby/irb/commit/f9960dbd37
---
 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 481d14ffd2..38fe36728b 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.4.1"
+  VERSION = "1.4.2"
   @RELEASE_VERSION = VERSION
-  @LAST_UPDATE_DATE = "2021-12-25"
+  @LAST_UPDATE_DATE = "2022-10-03"
 end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]