From 8bbf4e5d8dccba3adf07fb56a38c062477653aec Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 9 Dec 2022 05:58:40 +0900 Subject: [PATCH] [ruby/stringio] bump up to 3.0.5 https://github.com/ruby/stringio/commit/e62b9d78d3 --- 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 4708a7c5c2..a739bf6e8d 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.4" +#define STRINGIO_VERSION "3.0.5" #include "ruby.h" #include "ruby/io.h"