summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 17:01:57 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 08:02:25 +0000
commit95e272baf801aa081569729c5bc518e7ac46b829 (patch)
tree750d27a33565bcb38b6d5a3900e7affa1582bcf4 /ext
parent2c78ca64cbbb060260a09fc705a030017d6e26fc (diff)
[ruby/stringio] Bump version to 3.0.4
https://github.com/ruby/stringio/commit/aeb7e1a0bd
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"