From 8c0c7be65b21dc34156919b04b834e26a429037e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Oct 2023 11:18:07 +0900 Subject: [PATCH] [ruby/io-console] Start 0.6.1 https://github.com/ruby/io-console/commit/06307a755d --- ext/io/console/io-console.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 8f12c53976..675a38a02d 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.6.0" +_VERSION = "0.6.1.dev" Gem::Specification.new do |s| s.name = "io-console"