summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-03 16:47:21 +0900
committergit <svn-admin@ruby-lang.org>2023-02-03 07:49:31 +0000
commitcbd5de4f88b889eb6bd40ddb073da57e7c7af10a (patch)
treee6afe6b3917c14d8a782c7cf4c30c02fbb4b56e1 /ext
parent73674cac2bbb2616a182305f4719844c59816e21 (diff)
downloadruby-cbd5de4f88b889eb6bd40ddb073da57e7c7af10a.tar.gz
[ruby/stringio] Development of 3.0.6 started.
https://github.com/ruby/stringio/commit/a7561f447b
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 52a7072231..f48f967ce9 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.5"
+#define STRINGIO_VERSION "3.0.6"
#include "ruby.h"
#include "ruby/io.h"