summaryrefslogtreecommitdiff
path: root/ext/stringio/stringio.c
diff options
context:
space:
mode:
authorSutou Kouhei <[email protected]>2025-04-21 11:38:45 +0900
committergit <[email protected]>2025-04-21 02:38:57 +0000
commitf8c20cc45d2b1fc63d2a133a49a3381ad33ee46f (patch)
treefdb66d6e9ac507fb752732bffc03cc36ba1186ae /ext/stringio/stringio.c
parent93afcfcde36581e6f94b69c3f40fd0021f382d70 (diff)
[ruby/stringio] Development of 3.1.7 started.
https://github.com/ruby/stringio/commit/ee3ee1df31
Diffstat (limited to 'ext/stringio/stringio.c')
-rw-r--r--ext/stringio/stringio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index 2be3d4037a..e621138138 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -13,7 +13,7 @@
**********************************************************************/
static const char *const
-STRINGIO_VERSION = "3.1.6";
+STRINGIO_VERSION = "3.1.7";
#include <stdbool.h>