From f8750dd87f91482283838090a801a313aa1f215c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 21 Feb 2025 11:36:19 +0900 Subject: [PATCH] Bump up development version of stringio --- 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 33630463b2..aa6fbf0cac 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.3.dev"; +STRINGIO_VERSION = "3.1.6.dev"; #include