summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-11-08 16:03:31 +0900
committergit <svn-admin@ruby-lang.org>2023-11-08 07:04:15 +0000
commit8cd6c65af13ce1ce5ec1b9bd7b8a12cfff52364b (patch)
treeafa014302851c5c0e4dc1558b9f6778eb18cabbb /ext
parent8da33bff8c871508b03776580e46bc90c722bd57 (diff)
[ruby/stringio] Development of 3.1.0 started.
https://github.com/ruby/stringio/commit/a2f8ef1a6a
Diffstat (limited to 'ext')
-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 c33464789c..7eade5bcba 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -13,7 +13,7 @@
**********************************************************************/
static const char *const
-STRINGIO_VERSION = "3.0.9";
+STRINGIO_VERSION = "3.1.0";
#include "ruby.h"
#include "ruby/io.h"