diff options
author | Sutou Kouhei <[email protected]> | 2024-01-13 06:34:58 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-01-19 10:49:12 +0900 |
commit | ac636f5709feb1d9d7a0c46a86be153be765cf21 (patch) | |
tree | 852965b700f0ede32144cd92055f3105ac01ee4a | |
parent | 4e47671073f2b9d03430a1ba05f5b0451343f006 (diff) |
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/d6f97ec102
-rw-r--r-- | ext/strscan/strscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 7dbd971ae9..4598d13c90 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); #include <stdbool.h> -#define STRSCAN_VERSION "3.0.8" +#define STRSCAN_VERSION "3.0.9" /* ======================================================================= Data Type Definitions |