diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-30 19:22:28 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-30 19:22:28 -0300 |
commit | 45d6cd94b3ef2ec77166def41f29188445b35608 (patch) | |
tree | 96e547a8b960095082a28e2cd87b428f8925e569 /activemodel | |
parent | 5c7bb86a1bafbc6f067452768f37e566d6020918 (diff) | |
download | rails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.gz rails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.bz2 rails-45d6cd94b3ef2ec77166def41f29188445b35608.zip |
Bump up to 3.2.3
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 c1b8d2eae3..29ae01c9a0 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 = 3 - PRE = "rc2" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |