diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-07-19 00:44:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-07-20 14:59:19 +0900 |
commit | 574871781b8fede4ffd2f11f084d87d4f9539745 (patch) | |
tree | 91a4a5306dbb2c504406264103461b58ea243548 | |
parent | 6ff9604f85bf5ffcb6dbfd9ff99ab420c9a5f415 (diff) |
[ruby/stringio] Bump version to 0.1.2
https://github.com/ruby/stringio/commit/8cbe3f7397
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3334
-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 61a6b9a47c..d45cc88b40 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.1" +#define STRINGIO_VERSION "0.1.2" #include "ruby.h" #include "ruby/io.h" |