From e6b3eab1b70434485a4b9e1115bf8454f34cf5c2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 14 Oct 2021 20:42:13 +0900 Subject: [PATCH] [ruby/time] Bump up time version to 0.2.0 https://github.com/ruby/time/commit/b9dd593b23 --- lib/time.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time.gemspec b/lib/time.gemspec index 040b9f34cf..72fba34204 100644 --- a/lib/time.gemspec +++ b/lib/time.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "time" - spec.version = "0.1.0" + spec.version = "0.2.0" spec.authors = ["Tanaka Akira"] spec.email = ["akr@fsij.org"]