From f8c20cc45d2b1fc63d2a133a49a3381ad33ee46f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 21 Apr 2025 11:38:45 +0900 Subject: [ruby/stringio] Development of 3.1.7 started. https://github.com/ruby/stringio/commit/ee3ee1df31 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio/stringio.c') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 2be3d4037a..e621138138 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.6"; +STRINGIO_VERSION = "3.1.7"; #include -- cgit v1.2.3