diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2013-04-29 08:29:18 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2013-04-29 08:29:18 -0700 |
commit | 1ec64297f9347986a11ce38af2cc3434d99c66c2 (patch) | |
tree | b7337b4cee776a49c7d7b5651953f9b123da4b25 /activesupport/lib | |
parent | 9848e8916f74df3f64d223d1300053698730aa53 (diff) | |
download | rails-1ec64297f9347986a11ce38af2cc3434d99c66c2.tar.gz rails-1ec64297f9347986a11ce38af2cc3434d99c66c2.tar.bz2 rails-1ec64297f9347986a11ce38af2cc3434d99c66c2.zip |
Bump version to rc1
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index ca23057189..2dc040d9a8 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -1,7 +1,7 @@ module ActiveSupport # Returns the version of the currently loaded ActiveSupport 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: |