summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-02 21:42:23 +0900
committergit <svn-admin@ruby-lang.org>2023-02-02 12:44:53 +0000
commit89d95478004f50439b2605e2a3a8c447ddbcd539 (patch)
tree27f9046738c96e6864a45253be63861d29d28630 /ext
parentc35ebed895e1a3f7bced3db50ea0db8f284744e8 (diff)
downloadruby-89d95478004f50439b2605e2a3a8c447ddbcd539.tar.gz
[ruby/stringio] Revert "bump up to 3.0.6" [ci skip]
This reverts commit https://github.com/ruby/stringio/commit/325933500b35. It is bumped to 3.0.5 in advance but not released yet. https://github.com/ruby/stringio/commit/af67c36693
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 f48f967ce9..52a7072231 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.6"
+#define STRINGIO_VERSION "3.0.5"
#include "ruby.h"
#include "ruby/io.h"