From 280d028125a975c7a28ca9011f318ed504e9565f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 27 Aug 2020 23:52:10 +0900 Subject: [ruby/stringio] Bump version to 0.1.4 https://github.com/ruby/stringio/commit/64f2360d38 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 357e4f12c1..a380d2fffc 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.3" +#define STRINGIO_VERSION "0.1.4" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.3