From af60cdf6747316b23bf254128d8472e6c3c0d969 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 18 Jan 2024 10:35:52 +0900 Subject: [PATCH] [ruby/io-console] Bump up version to 0.7.2 https://github.com/ruby/io-console/commit/1f2877a185 --- 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 7859373438..7130c29a8b 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.7.2.dev.1"; +IO_CONSOLE_VERSION = "0.7.2"; #include "ruby.h" #include "ruby/io.h"