From 360607c7f1bb1cd75a882d4cbf63665d27a65044 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 14:09:30 +0900 Subject: [PATCH] [ruby/time] Bump up 0.3.0 https://github.com/ruby/time/commit/8dba14997c --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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