Bump version to 3.0.0.rc1

This commit is contained in:
Elliot Winkler 2015-06-01 01:51:14 -06:00
parent e708789714
commit a3fb06c369
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '3.0.0.alpha'.freeze
VERSION = '3.0.0.rc1'.freeze
end
end