From 39655aceb2c1c5c3b014b25047dd2d99835c8c5a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA 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(-) (limited to 'ext') diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb index c8fad9ac87..5770187a8e 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = '3.2.1' # :nodoc: + VERSION = '3.2.2' # :nodoc: def infinite? false -- cgit v1.2.3