From c3482d1bf19a51ba719fa4634d1f3e85b5ba704b Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 16 Feb 2015 13:40:52 -0700 Subject: [PATCH] master == 3.0.0.alpha There is no gem release associated with this commit, this is only so that people who are testing against the master branch will see that the version is not 2.8.0. [ci skip] --- lib/shoulda/matchers/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 2e306905e..561b6ba26 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '2.8.0'.freeze + VERSION = '3.0.0.alpha'.freeze end end