From 1998d979085bdcd2db25db76709dc49c3cd7fffb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 19 Dec 2022 10:48:51 +0900 Subject: [PATCH] [ruby/date] Bump version to 3.3.3 https://github.com/ruby/date/commit/ea3644a7c4 --- 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 ef432858b4..a9fe3ce4b0 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.2" # :nodoc: + VERSION = "3.3.3" # :nodoc: # call-seq: # infinite? -> false