From ce8301084f661f8a22b36bc6f7207bf40e8bf61d Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 11 Oct 2023 09:40:36 +0900 Subject: [PATCH] [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/1b3393be05 --- 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 16d669d8a5..a2bf56ce4f 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.0.7" +#define STRSCAN_VERSION "3.0.8" /* ======================================================================= Data Type Definitions