bumping to rc2

This commit is contained in:
Aaron Patterson
2013-03-06 15:05:13 -08:00
parent 1b699fc8ad
commit ccf256d8dc
9 changed files with 9 additions and 9 deletions

View File

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