summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2024-01-21 11:45:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-08 14:43:56 +0900
commit5afae77ce9bd7352e194d8603ebe35b3679207b3 (patch)
tree1b6a20f9dec06537fe314cfe47ebca0f7e27303d /ext
parente1834cdfe0d95692e597bbaa9bb474b7680efe00 (diff)
[ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/842845af1f
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 4598d13c90..0400089a18 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.9"
+#define STRSCAN_VERSION "3.1.0"
/* =======================================================================
Data Type Definitions