diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-03-15 22:09:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-03-15 22:13:23 +0900 |
commit | a8ced388fd6770fad16c40e819590ba84488bd80 (patch) | |
tree | 8f94fa5d7cf367752c7e003347f9454cc7e70c54 /ext/stringio | |
parent | e257c08f2ec27e2d66cdfa7e2415deb492522e22 (diff) |
[ruby/stringio] Bump version to 0.1.1
https://github.com/ruby/stringio/commit/05d75e5e66
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 b31e801b2a..999e1f5907 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.0" +#define STRINGIO_VERSION "0.1.1" #include "ruby.h" #include "ruby/io.h" |