summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-29 15:07:11 +0900
committergit <svn-admin@ruby-lang.org>2023-02-02 04:44:38 +0000
commit8087ba736e447c11296fadd9cf32bd46b1b14414 (patch)
tree96d6713ea5e521f40c9be76374dc57b007e0547f /ext
parentfad48fefe19cc282a5b209944244a3713359b47f (diff)
downloadruby-8087ba736e447c11296fadd9cf32bd46b1b14414.tar.gz
[ruby/stringio] bump up to 3.0.6
https://github.com/ruby/stringio/commit/325933500b
Diffstat (limited to 'ext')
-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 52a7072231..f48f967ce9 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.5"
+#define STRINGIO_VERSION "3.0.6"
#include "ruby.h"
#include "ruby/io.h"