diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-07-19 16:57:03 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-07-20 14:59:19 +0900 |
commit | 16daee1c75828b8157e8b24f0a02bf064fa07ae7 (patch) | |
tree | 0931ce1d261b3410e29acdc25c4404b2cd1cc449 /ext | |
parent | ddb2acbba60302201f01175f019d8ecd99934add (diff) |
[ruby/stringio] Bump version to 0.1.3
https://github.com/ruby/stringio/commit/376516cd2d
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3334
Diffstat (limited to 'ext')
-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" |