updating RAILS_VERSION

This commit is contained in:
Aaron Patterson
2012-02-22 12:03:13 -08:00
parent 82d6dedc7a
commit 4bcd437f76
9 changed files with 17 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ module ActiveModel
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 1
PRE = nil
TINY = 2
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end