Bump version to 4.1.0

This commit is contained in:
Elliot Winkler 2019-06-09 13:03:23 -06:00
parent 3cecf76d70
commit 71deebdeff
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 4.1.0 (Unreleased)
# 4.1.0
### Bug fixes

View File

@ -19,7 +19,7 @@ complex, and error-prone.
## Quick links
📖 **[Read the documentation for the latest version (4.0.1)][rubydocs].**
📖 **[Read the documentation for the latest version (4.1.0)][rubydocs].**
📢 **[See what's changed in a recent version][news].**
[rubydocs]: http://matchers.shoulda.io/docs

View File

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.0.1'.freeze
VERSION = '4.1.0'.freeze
end
end