From 2aca566a104ad42579be03374446fd45031ff9f6 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 16 Apr 2022 06:33:59 +0900 Subject: [ruby/stringio] bump up to 3.0.2.pre1 https://github.com/ruby/stringio/commit/14ec9bc193 --- 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 8df07e80f6..084cfcc19d 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.1" +#define STRINGIO_VERSION "3.0.2.pre1" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.1