aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-02 17:20:28 +0900
committergit <svn-admin@ruby-lang.org>2023-06-02 08:20:38 +0000
commitc32a30ec09997b3ee846a33a6873ed0e66c8dc94 (patch)
treea849c7cdf350ca7737c5a66e99ef7408cb3cbf1f /ext
parent21b61b21c29d81204ad7d6135005126dd9b5dd7e (diff)
downloadruby-c32a30ec09997b3ee846a33a6873ed0e66c8dc94.tar.gz
[ruby/stringio] Development of 3.0.8 started.
https://github.com/ruby/stringio/commit/1587d3698e
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 a385d70d6f..68306cac4b 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.7"
+#define STRINGIO_VERSION "3.0.8"
#include "ruby.h"
#include "ruby/io.h"