summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2024-02-04 15:45:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-08 14:43:56 +0900
commitce2618c628e017f6d83576d95a294a6247e30b19 (patch)
treea07e0a07ffb4ceb71e4783e71d8c6c4149bab3e2
parent39f2e37ff1c12cf4c9fec0b697a1495bc1930995 (diff)
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/ba338b882c
-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 0400089a18..bed1c87cdc 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.0"
+#define STRSCAN_VERSION "3.1.1"
/* =======================================================================
Data Type Definitions