diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-12 15:04:46 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-12 06:04:57 +0000 |
commit | da151ab1e7ff62d55b16d677a74f0a472081497b (patch) | |
tree | da451caa3547a21bd4e56b0c68cdff6d6f128183 /ext/io/console/console.c | |
parent | 0452b3fabbd2c4c673665fd3f4b08a54841d0b8e (diff) |
[ruby/io-console] Bump up v0.8.0.beta1
https://github.com/ruby/io-console/commit/8ec27d403e
Diffstat (limited to 'ext/io/console/console.c')
-rw-r--r-- | ext/io/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c index 85e6a0613e..77c5c695a1 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -4,7 +4,7 @@ */ static const char *const -IO_CONSOLE_VERSION = "0.7.2"; +IO_CONSOLE_VERSION = "0.8.0.beta1"; #include "ruby.h" #include "ruby/io.h" |