diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-12-26 09:58:36 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-12-26 10:27:24 +0900 |
commit | 5fab10999d4366576eda7954d2c1a7b96edd556e (patch) | |
tree | 9a1393ae129a9397e7a4371c398950d08ca7d0f3 /ext/stringio/stringio.c | |
parent | feba2b66ff076afac8a7533e45b43364ab2531d7 (diff) |
Bump up fiddle 1.1.7.dev and stringio 3.1.3.dev
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12469
Diffstat (limited to 'ext/stringio/stringio.c')
-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 43cbe825aa..5c45e30950 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.2"; +STRINGIO_VERSION = "3.1.3.dev"; #include <stdbool.h> |