From 205da896804d6d309b8a07c3c449c15ee9197efe Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 13 Jun 2024 18:47:55 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.1.2 started. https://github.com/ruby/stringio/commit/9ad5551160 --- 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 c149811e05..74515901e0 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.1"; +STRINGIO_VERSION = "3.1.2"; #include