Skip to content

Commit 747a3b5

Browse files
committed
Bump version
1 parent 3aef806 commit 747a3b5

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
@@ -70,7 +70,7 @@
7070
public class RubyStringScanner extends RubyObject {
7171
private static final long serialVersionUID = -3722138049229128675L;
7272

73-
private static final String STRSCAN_VERSION = "3.1.6";
73+
private static final String STRSCAN_VERSION = "3.1.7";
7474

7575
private RubyString str;
7676
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.6"
25+
#define STRSCAN_VERSION "3.1.7"
2626

2727

2828
#ifdef HAVE_RB_DEPRECATE_CONSTANT

0 commit comments

Comments
 (0)