From ad8cb532d52692fe72dea68a0aeaf48e5fc1fc02 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 13 Apr 2025 13:18:00 +0900 Subject: [PATCH] [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/7b1eb1e4ed --- 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 5db12f3df7..c6432fcd5b 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.2" +#define STRSCAN_VERSION "3.1.3" /* ======================================================================= Data Type Definitions