From 01cf3ab3b8ee20ad6746373ae17a5679cad47125 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 9 Dec 2022 16:56:36 +0900 Subject: [PATCH] [ruby/date] Bump version to 3.3.1 https://github.com/ruby/date/commit/b7a8229041 --- 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 787fe85b93..3a1dd132e7 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.0" # :nodoc: + VERSION = "3.3.1" # :nodoc: # call-seq: # infinite? -> false