diff options
author | Sutou Kouhei <[email protected]> | 2023-08-10 15:48:54 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-08-29 18:15:05 +0900 |
commit | 5ed42c980067d1e9970cfe2b5bc0527033e92a12 (patch) | |
tree | 95e0300106ce338cdba163eb648a3c3a0522d944 /ext/stringio | |
parent | 0a219ef44af0cfb126799a7109c2e658172d7819 (diff) |
Development of 3.0.9 started.
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 f5213f2fc0..e89a1d780c 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.8" +#define STRINGIO_VERSION "3.0.9" #include "ruby.h" #include "ruby/io.h" |