diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 17:03:05 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 08:03:29 +0000 |
commit | faafb7b74027213b59e7cfbd4de969a654b27022 (patch) | |
tree | 207b765c0a52559eeb236b4e1b2dc628f94c6c5e /ext/stringio | |
parent | 88735f9e1846bd9de1015233f81dc0bc94d83834 (diff) |
[ruby/stringio] Revert "Bump version to 3.0.4"
This reverts commit https://github.com/ruby/stringio/commit/aeb7e1a0bde6.
https://github.com/ruby/stringio/commit/003dd0d003
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 4708a7c5c2..ed2b0a3fe8 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.3" #include "ruby.h" #include "ruby/io.h" |