diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 17:01:57 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 08:02:25 +0000 |
commit | 95e272baf801aa081569729c5bc518e7ac46b829 (patch) | |
tree | 750d27a33565bcb38b6d5a3900e7affa1582bcf4 /ext/stringio | |
parent | 2c78ca64cbbb060260a09fc705a030017d6e26fc (diff) |
[ruby/stringio] Bump version to 3.0.4
https://github.com/ruby/stringio/commit/aeb7e1a0bd
Diffstat (limited to 'ext/stringio')
-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 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" |