From e17d91459cc1f806b31feaff0cdbaaafea4c9b86 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Sep 2024 09:31:18 +0900 Subject: [PATCH] [ruby/time] Bump up v0.4.0 https://github.com/ruby/time/commit/a14fa00ef7 --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time.rb b/lib/time.rb index 860d8e1a5a..10f75b1dda 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -26,7 +26,7 @@ require 'date' class Time - VERSION = "0.3.0" + VERSION = "0.4.0" class << Time