summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-12-13 14:55:10 +0900
committergit <[email protected]>2023-12-13 05:58:25 +0000
commit39023792dbded9250040224accda18c0db14c5bc (patch)
treeb3adddd2905ab13ce956ad5f4d36e4db33b1b1ce
parentcaef4e98cb6161d22934f6a9069d394e938e9e01 (diff)
[ruby/io-console] Bump up 0.7.0
https://github.com/ruby/io-console/commit/3e5586e632
-rw-r--r--ext/io/console/io-console.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 32261e8c39..efb7382493 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.6.1.dev.1"
+_VERSION = "0.7.0"
Gem::Specification.new do |s|
s.name = "io-console"