From 573c18212886cc95a47ed16b7400995b9c410c0f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 13 Dec 2024 10:05:55 +0900 Subject: [PATCH] Lock released version of stringio-3.1.2 --- 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 7fe4180339..43cbe825aa 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.2.dev"; +STRINGIO_VERSION = "3.1.2"; #include