From 1ec64297f9347986a11ce38af2cc3434d99c66c2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 29 Apr 2013 08:29:18 -0700 Subject: Bump version to rc1 --- activerecord/lib/active_record/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/version.rb') diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index f2b041ad97..a670e18aee 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -1,7 +1,7 @@ module ActiveRecord # Returns the version of the currently loaded ActiveRecord as a Gem::Version def self.version - Gem::Version.new "4.0.0.beta1" + Gem::Version.new "4.0.0.rc1" end module VERSION #:nodoc: -- cgit v1.2.3