Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 12, 2024
1 parent e545af7 commit fd140b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/jruby/org/jruby/ext/strscan/RubyStringScanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
public class RubyStringScanner extends RubyObject {
private static final long serialVersionUID = -3722138049229128675L;

private static final String STRSCAN_VERSION = "3.1.0";
private static final String STRSCAN_VERSION = "3.1.2";

private RubyString str;
private int curr = 0;
Expand Down
2 changes: 1 addition & 1 deletion ext/strscan/strscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);

#include <stdbool.h>

#define STRSCAN_VERSION "3.1.1"
#define STRSCAN_VERSION "3.1.2"

/* =======================================================================
Data Type Definitions
Expand Down

0 comments on commit fd140b8

Please sign in to comment.