diff options
author | Sutou Kouhei <[email protected]> | 2022-12-09 05:58:40 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-08 20:58:53 +0000 |
commit | 8bbf4e5d8dccba3adf07fb56a38c062477653aec (patch) | |
tree | 8a03d3c07e89b0058b0f34fc1854786308c2a9dd /ext | |
parent | bb8afd7265af41a75e8889774aa26f157f146380 (diff) |
[ruby/stringio] bump up to 3.0.5
https://github.com/ruby/stringio/commit/e62b9d78d3
Diffstat (limited to 'ext')
-rw-r--r-- | ext/stringio/stringio.c | 2 |
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" |