1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Bump version to 4.0.1

[ci skip]
This commit is contained in:
Elliot Winkler 2019-02-25 22:12:01 -07:00
parent 8f7eccdd33
commit 5ce00eb975

View file

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