summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-05-09 16:35:40 +0900
committergit <svn-admin@ruby-lang.org>2022-05-09 16:36:01 +0900
commitfbbe7ac7e3256e78d01e0b92d74611927e50f867 (patch)
tree20f3751c1208faeaa72d39a007c5e8c5a5c268f6 /ext/stringio
parentcea34bd8082784051542131ddf8a353f5656ac88 (diff)
[ruby/stringio] Bump version
https://github.com/ruby/stringio/commit/b79152d08f
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 084cfcc19d..0ffc43b5d3 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.2.pre1"
+#define STRINGIO_VERSION "3.0.2"
#include "ruby.h"
#include "ruby/io.h"