From 5ed42c980067d1e9970cfe2b5bc0527033e92a12 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 10 Aug 2023 15:48:54 +0900 Subject: [PATCH] Development of 3.0.9 started. --- 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 f5213f2fc0..e89a1d780c 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.8" +#define STRINGIO_VERSION "3.0.9" #include "ruby.h" #include "ruby/io.h"