diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-09-29 18:07:51 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-09-29 18:55:34 +0900 |
commit | f6f03dcad60d38868d345172ad5c5d2ce44bd004 (patch) | |
tree | 555b9476a61f64654df9676dba005f19d42bc993 /ext/stringio | |
parent | 7fe253f47f55f69069fc0e03879a3a2b55aee408 (diff) |
[ruby/stringio] Bump up the version
https://github.com/ruby/stringio/commit/f0e5027279
Diffstat (limited to 'ext/stringio')
-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 8c7665711b..15e5cdd017 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.0.2" +#define STRINGIO_VERSION "0.0.3" #include "ruby.h" #include "ruby/io.h" |