Bump version to 4.1.1

[ci skip]
This commit is contained in:
Elliot Winkler 2019-07-15 20:22:35 -06:00
parent 89dc52c663
commit e193d1b7b6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -19,7 +19,7 @@ complex, and error-prone.
## Quick links
📖 **[Read the documentation for the latest version (4.1.0)][rubydocs].**
📖 **[Read the documentation for the latest version (4.1.1)][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.1.0'.freeze
VERSION = '4.1.1'.freeze
end
end