From 95e272baf801aa081569729c5bc518e7ac46b829 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 17:01:57 +0900 Subject: [PATCH] [ruby/stringio] Bump version to 3.0.4 https://github.com/ruby/stringio/commit/aeb7e1a0bd --- 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 ed2b0a3fe8..4708a7c5c2 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.3" +#define STRINGIO_VERSION "3.0.4" #include "ruby.h" #include "ruby/io.h"