From af4b3f16ceed36f8b18856120940c9de6e6a0eee Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 30 Nov 2019 15:26:01 +0900 Subject: [PATCH] [ruby/stringio] Bump version to 0.1.0 https://github.com/ruby/stringio/commit/4c1e267e1a --- 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 4dd5fb416a..c8057eefb5 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.0.3" +#define STRINGIO_VERSION "0.1.0" #include "ruby.h" #include "ruby/io.h"