From 4f0c36391c663c244e184f55e4f848b9e37963ef Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Fri, 24 Feb 2012 09:38:50 -0500 Subject: [PATCH] Bump to 3.0.0 --- lib/shoulda/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/version.rb b/lib/shoulda/version.rb index 3c75a76..a64120a 100644 --- a/lib/shoulda/version.rb +++ b/lib/shoulda/version.rb @@ -1,3 +1,3 @@ module Shoulda - VERSION = "3.0.0.beta2" + VERSION = "3.0.0" end