From 11f3bef260258c4c8a05ea35ab3bf8a4998e1ff0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 16 Dec 2022 15:35:49 +0900 Subject: [PATCH] [ruby/date] Bump version to 3.3.2 https://github.com/ruby/date/commit/7afd9d4615 --- 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 3a1dd132e7..ef432858b4 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = "3.3.1" # :nodoc: + VERSION = "3.3.2" # :nodoc: # call-seq: # infinite? -> false