summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-10-11 09:40:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-08 09:26:58 +0900
commitce8301084f661f8a22b36bc6f7207bf40e8bf61d (patch)
treea423e266e0c312eb09e478990c9b0c1ccba8d959 /ext
parent9c2e0d49fe64d398edb9b95e642eb6a3dfc2a4c1 (diff)
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/1b3393be05
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 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 <stdbool.h>
-#define STRSCAN_VERSION "3.0.7"
+#define STRSCAN_VERSION "3.0.8"
/* =======================================================================
Data Type Definitions