From ddf0080fd3d82e84aec48894d4e27f6d4f718c82 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 3 Dec 2024 14:05:05 +0900 Subject: [PATCH] [ruby/io-console] Bump up 0.8.0 https://github.com/ruby/io-console/commit/467508a0c6 --- ext/io/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 07ab10dfee..80c1cddd5a 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -4,7 +4,7 @@ */ static const char *const -IO_CONSOLE_VERSION = "0.8.0.beta1"; +IO_CONSOLE_VERSION = "0.8.0"; #include "ruby.h" #include "ruby/io.h"