From 502fcfcc46fe1362b30d311e2fc03bfe37a78dc8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 31 Mar 2025 16:13:46 +0900 Subject: [PATCH] stringio-3.1.6 has been released --- 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 0c0f63aac7..89c1ff7c1b 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.6.dev"; +STRINGIO_VERSION = "3.1.6"; #include