summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-12-09 05:58:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-26 15:09:21 +0900
commit10c9ce9d4c632d7c6232b53367b0496aef2ebb13 (patch)
treeb3a47f2af45ae940023a43cc7b594d39974c5873 /ext/stringio
parent24c9adcaebf8ffaaf3f4eb68fe43f2ff23688543 (diff)
bump up to 3.0.5
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7025
Diffstat (limited to 'ext/stringio')
-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 f82103a160..bc2d7a8ccc 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.4"
+#define STRINGIO_VERSION "3.0.5"
#include "ruby.h"
#include "ruby/io.h"