From 89d95478004f50439b2605e2a3a8c447ddbcd539 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 2 Feb 2023 21:42:23 +0900 Subject: [PATCH] [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 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"