From fdcaae89d029d6f7d5053d6a1d5d15a454a28b5f Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Thu, 7 Nov 2013 19:53:41 -0800 Subject: [PATCH] Release 3.0.0.beta1 --- lib/rspec/core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspec/core/version.rb b/lib/rspec/core/version.rb index c40899efbc..e58f3ec0dd 100644 --- a/lib/rspec/core/version.rb +++ b/lib/rspec/core/version.rb @@ -1,7 +1,7 @@ module RSpec module Core module Version - STRING = '3.0.0.pre' + STRING = '3.0.0.beta1' end end end