summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 10:48:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 10:50:21 +0900
commit1998d979085bdcd2db25db76709dc49c3cd7fffb (patch)
tree87b0cb92088e973e340b4db72113e248bceb0a7a /ext/date
parent6073782627b8a4976cab232daab2350e36c21cdd (diff)
downloadruby-1998d979085bdcd2db25db76709dc49c3cd7fffb.tar.gz
[ruby/date] Bump version to 3.3.3
https://github.com/ruby/date/commit/ea3644a7c4
Diffstat (limited to 'ext/date')
-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 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