diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-11-30 15:26:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-11-30 15:39:56 +0900 |
commit | af4b3f16ceed36f8b18856120940c9de6e6a0eee (patch) | |
tree | 4d72b3c23b7b7fe0f8736a20549749346cab67e5 /ext | |
parent | 990025cf60eb6586c13f5f055880ac60afbac646 (diff) |
[ruby/stringio] Bump version to 0.1.0
https://github.com/ruby/stringio/commit/4c1e267e1a
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 4dd5fb416a..c8057eefb5 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.0.3" +#define STRINGIO_VERSION "0.1.0" #include "ruby.h" #include "ruby/io.h" |