summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-16 12:44:31 +0900
committergit <svn-admin@ruby-lang.org>2022-12-16 03:45:11 +0000
commitd95ee114621c3cd34b4a34233888bbe0780f1c28 (patch)
tree2366545b7cc0918fd00b442e6c4b37095ac82cd7
parentbb7844569523132c851e6cb8f2a2406378cc2b51 (diff)
downloadruby-d95ee114621c3cd34b4a34233888bbe0780f1c28.tar.gz
[ruby/io-console] Bump version to 0.6.0
https://github.com/ruby/io-console/commit/441528e3eb
-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 aa57f8ac52..d26a757b01 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.5.11"
+_VERSION = "0.6.0"
Gem::Specification.new do |s|
s.name = "io-console"