From a2f7eefc66c0be4d84a02f68c39227ae3766955a Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 19 Jan 2011 10:59:17 -0500 Subject: [PATCH] Version 1.0.0.beta1 --- lib/shoulda/matchers/version.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index a07446e9..c61b6e39 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,5 @@ module Shoulda module Matchers - VERSION = "2.11.3" + VERSION = "1.0.0.beta1" end - end