From 8eb8522f47c9a9ddbc56ee98f88449bc79de022d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 Oct 2021 20:46:40 +0900 Subject: [PATCH] [ruby/stringio] Bump up stringio version to 3.0.1 https://github.com/ruby/stringio/commit/f7c40aa339 --- 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 295650e89e..8df07e80f6 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.0" +#define STRINGIO_VERSION "3.0.1" #include "ruby.h" #include "ruby/io.h"