aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-08-19 19:32:51 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-08-19 19:32:51 -0700
commit6a23bf0f4c33151e0cec0648e271dc6f5ab3f686 (patch)
tree1290c229bc60932886f37d12b972bc58f35cfcba /activesupport
parent78728af2c9bba23ac96c8e78666102f58e6c890d (diff)
downloadrails-6a23bf0f4c33151e0cec0648e271dc6f5ab3f686.tar.gz
rails-6a23bf0f4c33151e0cec0648e271dc6f5ab3f686.tar.bz2
rails-6a23bf0f4c33151e0cec0648e271dc6f5ab3f686.zip
Preparing for 4.2.0.beta1 release
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/gem_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb
index 83a3bf7a5d..e026c4f899 100644
--- a/activesupport/lib/active_support/gem_version.rb
+++ b/activesupport/lib/active_support/gem_version.rb
@@ -8,7 +8,7 @@ module ActiveSupport
MAJOR = 4
MINOR = 2
TINY = 0
- PRE = "alpha"
+ PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end