From a8ced388fd6770fad16c40e819590ba84488bd80 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 15 Mar 2020 22:09:22 +0900 Subject: [ruby/stringio] Bump version to 0.1.1 https://github.com/ruby/stringio/commit/05d75e5e66 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index b31e801b2a..999e1f5907 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.0" +#define STRINGIO_VERSION "0.1.1" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.3