diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index b5b392c7..f7a9808a 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '3.0.0.rc1'.freeze + VERSION = '3.0.0'.freeze end end