summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-18 18:18:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-18 19:39:57 +0900
commit39655aceb2c1c5c3b014b25047dd2d99835c8c5a (patch)
tree2b9798bb15c9004183d9e6bce222e2b9ce41923c /ext
parent3ce27552df3411ea75ac8f24023194ec373e0f0c (diff)
[ruby/date] Bump version to 3.2.2
https://github.com/ruby/date/commit/21d91c5f4f
Diffstat (limited to 'ext')
-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 c8fad9ac87..5770187a8e 100644
--- a/ext/date/lib/date.rb
+++ b/ext/date/lib/date.rb
@@ -4,7 +4,7 @@
require 'date_core'
class Date
- VERSION = '3.2.1' # :nodoc:
+ VERSION = '3.2.2' # :nodoc:
def infinite?
false