diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 6a2f2484..c03e65f3 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '3.1.2'.freeze + VERSION = '3.1.3'.freeze end end