summaryrefslogtreecommitdiff
path: root/ext/strscan
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-02-08 09:33:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-21 19:31:36 +0900
commit18e840ac6084715e1ccd4c84153d213583279691 (patch)
tree5827d19ade3ee0595b38c3df833f1498fa74217d /ext/strscan
parenta44f5ab089ca208cdd96fc2c7597f1c17b27c235 (diff)
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/681cde0f27
Diffstat (limited to 'ext/strscan')
-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 b83cad1842..f7888e2cf1 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.0.6"
+#define STRSCAN_VERSION "3.0.7"
/* =======================================================================
Data Type Definitions