diff options
author | eileencodes <eileencodes@gmail.com> | 2016-02-24 10:27:02 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2016-02-24 10:27:02 -0500 |
commit | 826420b5fce3fcdfc6ee4ee29524145db6021d71 (patch) | |
tree | 8ee430c30a748f523816f61a5ecadaceca2eba90 /activesupport | |
parent | 355346c196daa446e89916df822e9d5d17605435 (diff) | |
download | rails-826420b5fce3fcdfc6ee4ee29524145db6021d71.tar.gz rails-826420b5fce3fcdfc6ee4ee29524145db6021d71.tar.bz2 rails-826420b5fce3fcdfc6ee4ee29524145db6021d71.zip |
Prep release for Rails 5 beta3
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/gem_version.rb | 2 |
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 fc08273b6d..4166ffc2fb 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -8,7 +8,7 @@ module ActiveSupport MAJOR = 5 MINOR = 0 TINY = 0 - PRE = "beta2" + PRE = "beta3" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end |