summaryrefslogtreecommitdiff
path: root/ext/date/lib/date.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-09 16:56:36 +0900
committergit <svn-admin@ruby-lang.org>2022-12-09 07:57:33 +0000
commit01cf3ab3b8ee20ad6746373ae17a5679cad47125 (patch)
tree821b40ade739c5019822bb6faf73e36a975965b3 /ext/date/lib/date.rb
parente96b64f5e749425b63cc71f256da304fe3ee476b (diff)
[ruby/date] Bump version to 3.3.1
https://github.com/ruby/date/commit/b7a8229041
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 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