summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 20:42:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 21:14:35 +0900
commite6b3eab1b70434485a4b9e1115bf8454f34cf5c2 (patch)
tree768f639e448e5e848fc9b19a743b8d3411d78d4b
parent9c96bcf07dc804e6c1e3a3cdcd60542c072dcaf7 (diff)
[ruby/time] Bump up time version to 0.2.0
https://github.com/ruby/time/commit/b9dd593b23
-rw-r--r--lib/time.gemspec2
1 files changed, 1 insertions, 1 deletions
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"]