summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-12-09 05:58:40 +0900
committergit <svn-admin@ruby-lang.org>2022-12-08 20:58:53 +0000
commit8bbf4e5d8dccba3adf07fb56a38c062477653aec (patch)
tree8a03d3c07e89b0058b0f34fc1854786308c2a9dd /ext/stringio
parentbb8afd7265af41a75e8889774aa26f157f146380 (diff)
downloadruby-8bbf4e5d8dccba3adf07fb56a38c062477653aec.tar.gz
[ruby/stringio] bump up to 3.0.5
https://github.com/ruby/stringio/commit/e62b9d78d3
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 4708a7c5c2..a739bf6e8d 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"