Party like its R-C-UNO!

This commit is contained in:
David Heinemeier Hansson
2011-12-19 18:34:57 -06:00
parent 1e941dde7c
commit 9d6e52b55e
9 changed files with 9 additions and 9 deletions

View File

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