diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-25 17:43:22 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 21:12:49 +0900 |
commit | f54369830f83a65fb54916d762883fbe6eeb7d0b (patch) | |
tree | a7a1cd9734554340bcbbb74fc757b3c7c5ed0aa7 /ext/stringio | |
parent | fa251d60aa9c6f271885a467a26249b29f291cd3 (diff) |
Revert "Rollback to released version numbers of stringio and strscan"
This reverts commit 6a79e53823e328281b9e9eee53cd141af28f8548.
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 7eade5bcba..74e2b95c99 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.0"; +STRINGIO_VERSION = "3.1.1"; #include "ruby.h" #include "ruby/io.h" |