diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-01 13:38:11 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-11-01 13:42:16 +0900 |
commit | bb5f28c8f7e692571a30359e08b539bc8c3538c4 () | |
tree | 2347daed1a19aceeeaa5c5d529e4d88f7dde4da8 /ext/date | |
parent | 8ebca9b46d0a3b23356c1eb1606b1747c0e71865 (diff) |
[ruby/date] Bump up v3.4.0
https://.com/ruby/date/commit/94f8e51e65
-rw-r--r-- | ext/date/lib/date.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = "3.3.4" # :nodoc: # call-seq: # infinite? -> false |