From 7cc9fb1bf54d8fc873094eb36cbf8193e28fe05c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 7 Nov 2024 11:43:27 +0900 Subject: [PATCH] Use 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 7fe4180..43cbe82 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