From 229592f175eab0a42071bdd237107b1ce1d5ba40 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 2 Dec 2024 16:50:47 +0900 Subject: [PATCH] [ruby/date] Bump up 3.4.1 https://github.com/ruby/date/commit/a3295ad262 --- 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 627deaa6f9..aa630eb6d1 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = "3.4.0" # :nodoc: + VERSION = "3.4.1" # :nodoc: # call-seq: # infinite? -> false