aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/gem_version.rb
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-30 14:09:21 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-30 14:12:24 -0700
commit4daebedcc41e35079c47d5f130f5c7ad12db8bbb (patch)
tree531c5cb8677260c613de0820f6e4c152e3f12757 /activesupport/lib/active_support/gem_version.rb
parentc747d4c48c2213da7946090450c250dfca6870f8 (diff)
downloadrails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.tar.gz
rails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.tar.bz2
rails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.zip
Prepare for 4.2.0.beta4 release
Diffstat (limited to 'activesupport/lib/active_support/gem_version.rb')
-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 6233c45787..bc7933e38b 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 = "beta2"
+ PRE = "beta4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end