diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-07-19 16:57:03 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-07-20 14:59:19 +0900 |
commit | 16daee1c75828b8157e8b24f0a02bf064fa07ae7 (patch) | |
tree | 0931ce1d261b3410e29acdc25c4404b2cd1cc449 | |
parent | ddb2acbba60302201f01175f019d8ecd99934add (diff) | |
download | ruby-16daee1c75828b8157e8b24f0a02bf064fa07ae7.tar.gz |
[ruby/stringio] Bump version to 0.1.3
https://github.com/ruby/stringio/commit/376516cd2d
-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 d55af518c7..01309decc9 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.2" +#define STRINGIO_VERSION "0.1.3" #include "ruby.h" #include "ruby/io.h" |