Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kou committed Sep 3, 2021
1 parent d07f8ce commit 3ceafa6
Showing 1 changed file with 1 addition and 1 deletion.
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.0.0"
#define STRSCAN_VERSION "3.0.1"

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

0 comments on commit 3ceafa6

Please sign in to comment.