summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-15 22:09:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-15 22:13:23 +0900
commita8ced388fd6770fad16c40e819590ba84488bd80 (patch)
tree8f94fa5d7cf367752c7e003347f9454cc7e70c54
parente257c08f2ec27e2d66cdfa7e2415deb492522e22 (diff)
[ruby/stringio] Bump version to 0.1.1
https://github.com/ruby/stringio/commit/05d75e5e66
-rw-r--r--ext/stringio/stringio.c2
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"