From 219c2eee5a4a2b76f054c396635893e6139694a4 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 12 Dec 2024 11:41:48 +0900 Subject: [PATCH] [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/fd140b8582 --- ext/strscan/strscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 51ffe5af69..76b92b1c28 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 -#define STRSCAN_VERSION "3.1.1" +#define STRSCAN_VERSION "3.1.2" /* ======================================================================= Data Type Definitions