diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-08 14:00:17 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 05:00:24 +0000 |
| commit | 7c9cda9b52b6eabde597f265b652c8fdac5aa801 (patch) | |
| tree | 19c700121a85a821ceb1e27d3cfec1db56206f08 | |
| parent | 8fecc65a39973a52bd78be7ef5e105fc82e95920 (diff) | |
[ruby/time] Bump up v0.4.1
https://github.com/ruby/time/commit/539b151049
| -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 c06e97e74f..b9bbcf318b 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -26,7 +26,7 @@ require 'date' class Time - VERSION = "0.4.0" # :nodoc: + VERSION = "0.4.1" # :nodoc: class << Time |
