From 67743d582317544d2c830b63d3423b04bad185a7 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 14 Apr 2023 15:37:49 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.0.7 started. https://github.com/ruby/stringio/commit/5d39880f70 --- 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 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"