From c71934f8a50746c9cd01a86375b178d5c7823259 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Fri, 18 Dec 2020 09:24:37 +0900 Subject: [stringio] Version 3.0.0 https://github.com/ruby/stringio/commit/831be01071 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 228063d79b..0cc2f78787 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.4" +#define STRINGIO_VERSION "3.0.0" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.3