summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-12-08 14:11:49 +0900
committergit <svn-admin@ruby-lang.org>2022-12-08 05:12:15 +0000
commitb9d055d7604ea41f54268076622c8a1a5d0f7750 (patch)
tree05a1bc58f611d5faa06e10ff7bca5ea6bf7d0a99 /ext
parent7e121dc4a883d1e69db601bdcaac42de33e176e1 (diff)
[ruby/stringio] bump up to 3.0.4
https://github.com/ruby/stringio/commit/5ba853d6ff
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 ed2b0a3fe8..4708a7c5c2 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -12,7 +12,7 @@
**********************************************************************/
-#define STRINGIO_VERSION "3.0.3"
+#define STRINGIO_VERSION "3.0.4"
#include "ruby.h"
#include "ruby/io.h"