diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-11-07 14:09:30 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-07 05:09:48 +0000 |
| commit | 360607c7f1bb1cd75a882d4cbf63665d27a65044 (patch) | |
| tree | ffb41446037dddc0ba91b7550c96100571d0d922 /lib | |
| parent | f5df3b4588c4d5d1e87890731fabc49abffda8ae (diff) | |
[ruby/time] Bump up 0.3.0
https://github.com/ruby/time/commit/8dba14997c
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/time.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb index c572e76d7d..2bfbd57642 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -26,7 +26,7 @@ require 'date' class Time - VERSION = "0.2.2" + VERSION = "0.3.0" class << Time |
