diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-02 17:20:28 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-06-02 08:20:38 +0000 |
commit | c32a30ec09997b3ee846a33a6873ed0e66c8dc94 (patch) | |
tree | a849c7cdf350ca7737c5a66e99ef7408cb3cbf1f /ext | |
parent | 21b61b21c29d81204ad7d6135005126dd9b5dd7e (diff) |
[ruby/stringio] Development of 3.0.8 started.
https://github.com/ruby/stringio/commit/1587d3698e
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 a385d70d6f..68306cac4b 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.7" +#define STRINGIO_VERSION "3.0.8" #include "ruby.h" #include "ruby/io.h" |