aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2013-12-17 16:05:28 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2013-12-17 16:05:28 -0800
commitc0a2d474c50a3a096229f956d9696d9e91f1557a (patch)
treedbe741324a81ad50b3c8561e4ab779f7c1825e40 /activesupport
parent98fe2ac902baf056c848b1cbd82cfb18ead53cf6 (diff)
downloadrails-c0a2d474c50a3a096229f956d9696d9e91f1557a.tar.gz
rails-c0a2d474c50a3a096229f956d9696d9e91f1557a.tar.bz2
rails-c0a2d474c50a3a096229f956d9696d9e91f1557a.zip
Get ready to release 4.1.0.beta1
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 8762330a6e..b3f0e7198d 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.1.0.beta"
+ Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc: