From ce2618c628e017f6d83576d95a294a6247e30b19 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 4 Feb 2024 15:45:45 +0900 Subject: [PATCH] [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/ba338b882c --- 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 0400089a18..bed1c87cdc 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.0" +#define STRSCAN_VERSION "3.1.1" /* ======================================================================= Data Type Definitions