From 2a049307b6e4edbd2f34778b416a933142fc23b1 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 1 Oct 2015 10:32:15 -0600 Subject: [PATCH] Bump version to 3.0.0 :tada: --- 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 b5b392c76..f7a9808a9 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.rc1'.freeze + VERSION = '3.0.0'.freeze end end