summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-19 00:44:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 14:59:19 +0900
commit574871781b8fede4ffd2f11f084d87d4f9539745 (patch)
tree91a4a5306dbb2c504406264103461b58ea243548 /ext/stringio
parent6ff9604f85bf5ffcb6dbfd9ff99ab420c9a5f415 (diff)
[ruby/stringio] Bump version to 0.1.2
https://github.com/ruby/stringio/commit/8cbe3f7397
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3334
Diffstat (limited to 'ext/stringio')
-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 61a6b9a47c..d45cc88b40 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -11,7 +11,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "0.1.1"
+#define STRINGIO_VERSION "0.1.2"
#include "ruby.h"
#include "ruby/io.h"