diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-08-27 23:52:10 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-08-27 23:55:17 +0900 |
commit | 280d028125a975c7a28ca9011f318ed504e9565f (patch) | |
tree | ad48ecb59d865e3e985dab08f93ae78b0e22cf35 | |
parent | f4b9e94317853d3389c34fda35eba72face72a7b (diff) |
[ruby/stringio] Bump version to 0.1.4
https://github.com/ruby/stringio/commit/64f2360d38
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |