summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-04-16 06:33:59 +0900
committergit <svn-admin@ruby-lang.org>2022-04-16 06:34:31 +0900
commit2aca566a104ad42579be03374446fd45031ff9f6 (patch)
tree3b869baf40235f34926e4dc3c60e100bc83e3357 /ext/stringio
parent059e389ffca7758ec619c5e6a6df3cd99fc57602 (diff)
downloadruby-2aca566a104ad42579be03374446fd45031ff9f6.tar.gz
[ruby/stringio] bump up to 3.0.2.pre1
https://github.com/ruby/stringio/commit/14ec9bc193
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 8df07e80f6..084cfcc19d 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.1"
+#define STRINGIO_VERSION "3.0.2.pre1"
#include "ruby.h"
#include "ruby/io.h"