From 6962f3dc29702ffa68f33d889bab7067b6fe0ca7 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 21 Apr 2025 11:40:19 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.1.8 started. https://github.com/ruby/stringio/commit/14fbdcc02c --- 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 e621138138..c3ee8dfb1f 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.7"; +STRINGIO_VERSION = "3.1.8"; #include