From f6f03dcad60d38868d345172ad5c5d2ce44bd004 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 29 Sep 2019 18:07:51 +0900 Subject: [PATCH] [ruby/stringio] Bump up the version https://github.com/ruby/stringio/commit/f0e5027279 --- 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 8c7665711b..15e5cdd017 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.0.2" +#define STRINGIO_VERSION "0.0.3" #include "ruby.h" #include "ruby/io.h"