Skip to content

Commit 3ceafa6

Browse files
committed
Bump version
If we use the same version as the default strscan gem in Ruby, "gem install" doesn't extract .gem. It fails "gem install" because "gem install" can't find ext/strscan/ to be built.
1 parent d07f8ce commit 3ceafa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/strscan/strscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
2222

2323
#include <stdbool.h>
2424

25-
#define STRSCAN_VERSION "3.0.0"
25+
#define STRSCAN_VERSION "3.0.1"
2626

2727
/* =======================================================================
2828
Data Type Definitions

0 commit comments

Comments
 (0)