From f7c40aa3392c1d6960f92ebe979100903a85be08 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 Oct 2021 20:46:40 +0900 Subject: [PATCH] Bump up stringio version to 3.0.1 --- 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 295650e..8df07e8 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"