ruby-changes:72861
From: Nobuyoshi <ko1@a...>
Date: Mon, 8 Aug 2022 23:59:27 +0900 (JST)
Subject: [ruby-changes:72861] 5c9ce54757 (master): [ruby/date] bump up to 3.2.3
https://git.ruby-lang.org/ruby.git/commit/?id=5c9ce54757 From 5c9ce5475736756891238a3e3fe58190b0f84f0c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 8 Aug 2022 23:58:09 +0900 Subject: [ruby/date] bump up to 3.2.3 https://github.com/ruby/date/commit/dff37b3dd1 --- 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 88984d7bd2..1899611440 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.2' # :nodoc: + VERSION = "3.2.3" # :nodoc: # call-seq: # infinite? -> false -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/