diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 561b6ba2..b5b392c7 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.alpha'.freeze + VERSION = '3.0.0.rc1'.freeze end end