diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-29 13:06:45 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-29 13:15:24 -0300 |
commit | feb44b9213c91db22648ca0bb91bb6658c531df5 (patch) | |
tree | 20c826c1705db7f96248e10b29e5ce3a14e7bba7 /activesupport/lib | |
parent | 1ec64297f9347986a11ce38af2cc3434d99c66c2 (diff) | |
download | rails-feb44b9213c91db22648ca0bb91bb6658c531df5.tar.gz rails-feb44b9213c91db22648ca0bb91bb6658c531df5.tar.bz2 rails-feb44b9213c91db22648ca0bb91bb6658c531df5.zip |
rails/master is now 4.1.0.beta
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 2dc040d9a8..8762330a6e 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.rc1" + Gem::Version.new "4.1.0.beta" end module VERSION #:nodoc: |