summaryrefslogtreecommitdiff
path: root/ext/stringio/stringio.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-19 16:57:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 14:59:19 +0900
commit16daee1c75828b8157e8b24f0a02bf064fa07ae7 (patch)
tree0931ce1d261b3410e29acdc25c4404b2cd1cc449 /ext/stringio/stringio.c
parentddb2acbba60302201f01175f019d8ecd99934add (diff)
[ruby/stringio] Bump version to 0.1.3
https://github.com/ruby/stringio/commit/376516cd2d
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3334
Diffstat (limited to 'ext/stringio/stringio.c')
-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 d55af518c7..01309decc9 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -11,7 +11,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "0.1.2"
+#define STRINGIO_VERSION "0.1.3"
#include "ruby.h"
#include "ruby/io.h"