Skip to content

Commit fc03d16

Browse files
committed
Bump version
1 parent 695964c commit fc03d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/jruby/org/jruby/ext/strscan/RubyStringScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
public class RubyStringScanner extends RubyObject {
7070
private static final long serialVersionUID = -3722138049229128675L;
7171

72-
private static final String STRSCAN_VERSION = "3.1.7";
72+
private static final String STRSCAN_VERSION = "3.1.8";
7373

7474
private RubyString str;
7575
private int curr = 0;

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.1.7"
25+
#define STRSCAN_VERSION "3.1.8"
2626

2727

2828
#ifdef HAVE_RB_DEPRECATE_CONSTANT

0 commit comments

Comments
 (0)