diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-01 09:16:28 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-01 09:16:28 -0800 |
commit | 01b470f526922ad3fc5562a237d11d45347befa9 (patch) | |
tree | 219e6fae1b62f820a652d0180499e588cddf326d /activemodel | |
parent | c60c1c0812d5eb55e7024db350f8bc5b6729f7fe (diff) | |
download | rails-01b470f526922ad3fc5562a237d11d45347befa9.tar.gz rails-01b470f526922ad3fc5562a237d11d45347befa9.tar.bz2 rails-01b470f526922ad3fc5562a237d11d45347befa9.zip |
bumping to 3.2.2
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index c7983a89f3..3d2cbf0de4 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -3,7 +3,7 @@ module ActiveModel MAJOR = 3 MINOR = 2 TINY = 2 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |