From 67f830e0925c328c19fc1c2f513a174c6e3ca63d Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 17 Dec 2025 14:18:43 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.2.1 started. https://github.com/ruby/stringio/commit/c9cd1c9947 --- 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 05bae94529..11b3fff39c 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.2.0"; +STRINGIO_VERSION = "3.2.1"; #include