summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-16 15:35:49 +0900
committergit <svn-admin@ruby-lang.org>2022-12-16 06:36:03 +0000
commit11f3bef260258c4c8a05ea35ab3bf8a4998e1ff0 (patch)
treef96af1f5d89f7588279b7f13c79cfc97b0336bd0 /ext/date
parent5983df93d479d0b6cd1eb5024efa27fb62226787 (diff)
[ruby/date] Bump version to 3.3.2
https://github.com/ruby/date/commit/7afd9d4615
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 3a1dd132e7..ef432858b4 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.1" # :nodoc:
+ VERSION = "3.3.2" # :nodoc:
# call-seq:
# infinite? -> false