From 30632efeaad6f5837102ff4229777e6a7cd392b9 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 9 May 2022 16:47:06 +0900 Subject: [PATCH] [ruby/stringio] bump up to 3.0.3 https://github.com/ruby/stringio/commit/64f225bf00 --- 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 0ffc43b5d3..3f37c7c66d 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.2" +#define STRINGIO_VERSION "3.0.3" #include "ruby.h" #include "ruby/io.h"