summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 14:18:53 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 05:19:16 +0000
commit774dad4915c4f4c8e315d5cb6b4051861f61fedd (patch)
treee29ac859d754154fa9fca03ce5ffad5b18adf1fe /ext/date
parent0f534bfb6ae03247620beb871c93256b7ad78e78 (diff)
downloadruby-774dad4915c4f4c8e315d5cb6b4051861f61fedd.tar.gz
[ruby/date] Bump version to 3.3.0
https://github.com/ruby/date/commit/ac1642cf39
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 1899611440..787fe85b93 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.3" # :nodoc:
+ VERSION = "3.3.0" # :nodoc:
# call-seq:
# infinite? -> false