Skip to content

Commit

Permalink
Version bump (v1.2.0)
Browse files Browse the repository at this point in the history
With the new feature of `max_results_limit`, this is potentially a
change to the API - hence the minor version bump.

(Although in reality, I doubt anyone was really relying on this tool to
generate over 10,000 examples in their code!!)
  • Loading branch information
Tom Lord committed Feb 1, 2016
1 parent 32baf4f commit bc9c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/regexp-examples/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gem version
module RegexpExamples
VERSION = '1.1.4'
VERSION = '1.2.0'
end

0 comments on commit bc9c159

Please sign in to comment.