From cbd5de4f88b889eb6bd40ddb073da57e7c7af10a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 3 Feb 2023 16:47:21 +0900 Subject: [PATCH] [ruby/stringio] Development of 3.0.6 started. https://github.com/ruby/stringio/commit/a7561f447b --- 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 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"