From 1d275bfd390912dc68c6903c7ebf5b0214cd6fff Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 20 Jul 2025 16:57:14 +0900 Subject: [PATCH] Bump io-console to 0.7.1.1 --- 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 d4f52763b7..0ff60640b1 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.7.1" +_VERSION = "0.7.1.1" Gem::Specification.new do |s| s.name = "io-console"