diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-29 16:00:40 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-29 07:08:01 +0000 |
| commit | 337c4bc16384fa44f7a486d550461af93e2e6001 (patch) | |
| tree | 082efa54ded2c2ec94362b883a7863d64a551845 | |
| parent | bb5f5a5293191d8d81dea4f4da3add47584b1854 (diff) | |
[ruby/date] v3.5.0
https://github.com/ruby/date/commit/d535f7e85f
| -rw-r--r-- | ext/date/lib/date.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb index aa630eb6d1..b33f6e65f4 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = "3.4.1" # :nodoc: + VERSION = "3.5.0" # :nodoc: # call-seq: # infinite? -> false |
