summaryrefslogtreecommitdiff
path: root/ext/date/lib/date.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:15:26 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 04:16:02 +0000
commitda2cf947bc9580a8d188ccfeae5588f89a140fd4 (patch)
tree116bb6ddd2de510fa3a04b99f1d66a519a494beb /ext/date/lib/date.rb
parent57181726a94fc683ca642b0af7fd23dd2eb7e686 (diff)
[ruby/date] Bump up 3.3.4
https://github.com/ruby/date/commit/50e18d2684
Diffstat (limited to 'ext/date/lib/date.rb')
-rw-r--r--ext/date/lib/date.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb
index a9fe3ce4b0..6888bd2d4e 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.3" # :nodoc:
+ VERSION = "3.3.4" # :nodoc:
# call-seq:
# infinite? -> false