diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-10-30 14:09:21 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-10-30 14:12:24 -0700 |
commit | 4daebedcc41e35079c47d5f130f5c7ad12db8bbb (patch) | |
tree | 531c5cb8677260c613de0820f6e4c152e3f12757 /activerecord/lib/active_record | |
parent | c747d4c48c2213da7946090450c250dfca6870f8 (diff) | |
download | rails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.tar.gz rails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.tar.bz2 rails-4daebedcc41e35079c47d5f130f5c7ad12db8bbb.zip |
Prepare for 4.2.0.beta4 release
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/gem_version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index 91747d2ccf..e820835626 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -8,7 +8,7 @@ module ActiveRecord MAJOR = 4 MINOR = 2 TINY = 0 - PRE = "beta2" + PRE = "beta4" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end |