summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-04-17 16:34:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-04-17 16:34:34 +0900
commit509b0e4dc3a21b88cdb76526b6c68452eaf36853 (patch)
treeab568b1e20a8f9eadc3320ea988f682c1dfce7a1 /ext
parent88f18fde2c0e8bea65fdde8b037c36b5bdafa100 (diff)
Fixed the wrong dev version of strscan
Diffstat (limited to 'ext')
-rw-r--r--ext/strscan/strscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c
index 7efee0b5db..0f20889dc3 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 <stdbool.h>
-#define STRSCAN_VERSION "3.1.7.dev"
+#define STRSCAN_VERSION "3.1.9.dev"
#ifdef HAVE_RB_DEPRECATE_CONSTANT