From def416899d2b72d2299ddfa97f1f94ae2594d67b Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 28 Nov 2023 10:38:15 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.1.1 started. https://github.com/ruby/stringio/commit/75da93d48f --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 7eade5bcba..74e2b95c99 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.0"; +STRINGIO_VERSION = "3.1.1"; #include "ruby.h" #include "ruby/io.h"