summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-04-14 15:37:49 +0900
committergit <svn-admin@ruby-lang.org>2023-04-14 06:38:51 +0000
commit67743d582317544d2c830b63d3423b04bad185a7 (patch)
treefdbf071c6cea5a2d1c471a1f7b5fb3890ecdcd0c /ext
parenteab1f1ef18e847947acb02d4e70c04105192565f (diff)
downloadruby-67743d582317544d2c830b63d3423b04bad185a7.tar.gz
[ruby/stringio] Development of 3.0.7 started.
https://github.com/ruby/stringio/commit/5d39880f70
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 5edd970e1c..96e82ff5c1 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.6"
+#define STRINGIO_VERSION "3.0.7"
#include "ruby.h"
#include "ruby/io.h"