diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-26 14:26:23 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-26 14:26:23 -0700 |
commit | 21bcac1998c4818bce203d9b1df3940172465f66 (patch) | |
tree | 79754993f7b3dfaaf785a652efa3cd5379cc9041 /activesupport | |
parent | fb89f6f076152a0b6a05e1ac16c0c06368803f2a (diff) | |
download | rails-21bcac1998c4818bce203d9b1df3940172465f66.tar.gz rails-21bcac1998c4818bce203d9b1df3940172465f66.tar.bz2 rails-21bcac1998c4818bce203d9b1df3940172465f66.zip |
bumping to 3.2.7
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 639c7cd95d..02c09a3ff2 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 2 TINY = 7 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |