From 582862754fbbcc521e3d660eba6bfb566abf1bc2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 16 Dec 2023 13:50:20 +0800 Subject: [PATCH] [ruby/io-console] Bump up v0.7.1 https://github.com/ruby/io-console/commit/8ac766d870 --- 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 efb7382493..d4f52763b7 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.7.0" +_VERSION = "0.7.1" Gem::Specification.new do |s| s.name = "io-console"