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

ruby-changes:69804

From: Hiroshi <ko1@a...>
Date: Thu, 18 Nov 2021 20:22:26 +0900 (JST)
Subject: [ruby-changes:69804] 39655aceb2 (master): [ruby/date] Bump version to 3.2.2

https://git.ruby-lang.org/ruby.git/commit/?id=39655aceb2

From 39655aceb2c1c5c3b014b25047dd2d99835c8c5a Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 18 Nov 2021 18:18:33 +0900
Subject: [ruby/date] Bump version to 3.2.2

https://github.com/ruby/date/commit/21d91c5f4f
---
 ext/date/lib/date.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb
index c8fad9ac87e..5770187a8e3 100644
--- a/ext/date/lib/date.rb
+++ b/ext/date/lib/date.rb
@@ -4,7 +4,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/lib/date.rb#L4
 require 'date_core'
 
 class Date
-  VERSION = '3.2.1' # :nodoc:
+  VERSION = '3.2.2' # :nodoc:
 
   def infinite?
     false
-- 
cgit v1.2.1


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

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