summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-08 23:58:09 +0900
committergit <svn-admin@ruby-lang.org>2022-08-08 23:59:12 +0900
commit5c9ce5475736756891238a3e3fe58190b0f84f0c (patch)
treeb263fc5dcd94f412cdfa1dfc260d4256ab79348b /ext/date
parente07d450deae500422b7693a30c75c5b1567601a2 (diff)
downloadruby-5c9ce5475736756891238a3e3fe58190b0f84f0c.tar.gz
[ruby/date] bump up to 3.2.3
https://github.com/ruby/date/commit/dff37b3dd1
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 88984d7bd2..1899611440 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.2' # :nodoc:
+ VERSION = "3.2.3" # :nodoc:
# call-seq:
# infinite? -> false