Bump version to 3.1.3

[ci skip]
This commit is contained in:
Elliot Winkler 2019-01-28 19:36:50 -07:00
parent a126b56a39
commit 3fea7992fd
1 changed files with 1 additions and 1 deletions

View File

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