From 79ad0452146e6ceacc9387bc78d74a53f6a20767 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 8 Dec 2022 14:22:37 +0900 Subject: [PATCH] [ruby/strscan] Bump version https://github.com/ruby/strscan/commit/3ada12613d --- 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 9b646ab678..172ce1d6c5 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.5" +#define STRSCAN_VERSION "3.0.6" /* ======================================================================= Data Type Definitions