diff options
| author | Sutou Kouhei <kou@clear-code.com> | 2025-12-17 14:18:43 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 11:00:51 +0900 |
| commit | 67f830e0925c328c19fc1c2f513a174c6e3ca63d (patch) | |
| tree | 1f09768a98407645b097d11ba0f8610b07b89f97 /ext | |
| parent | 290fa0d8b4e0145f389c6fdaff3ef45b915d706b (diff) | |
[ruby/stringio] Development of 3.2.1 started.
https://github.com/ruby/stringio/commit/c9cd1c9947
Diffstat (limited to 'ext')
| -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 05bae94529..11b3fff39c 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.2.0"; +STRINGIO_VERSION = "3.2.1"; #include <stdbool.h> |
