bumping to 3.2.7

This commit is contained in:
Aaron Patterson
2012-07-26 14:26:23 -07:00
parent fb89f6f076
commit 21bcac1998
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 7
PRE = "rc1"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end