diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 2294d922b2..7edd1bf0c2 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); #include -#define STRSCAN_VERSION "1.0.3" +#define STRSCAN_VERSION "1.0.4" /* ======================================================================= Data Type Definitions diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec index 1228e80804..61c28a492d 100644 --- a/ext/strscan/strscan.gemspec +++ b/ext/strscan/strscan.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = "strscan" - s.version = '1.0.3' + s.version = "1.0.4" s.summary = "Provides lexical scanning operations on a String." s.description = "Provides lexical scanning operations on a String."