diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-01 15:37:58 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-01 15:37:58 -0200 |
commit | de3dff317010df12d15225f2bca4a7e914eb596c (patch) | |
tree | 4a2791655e77390c4121ce817485f9ad6ae5b7f1 /activemodel | |
parent | c368b660be2433e291a2c87b3eb3de3dfac397ef (diff) | |
download | rails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.gz rails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.bz2 rails-de3dff317010df12d15225f2bca4a7e914eb596c.zip |
Bump to 3.2.9.rc2
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 0f076369c3..78a3de2778 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 = 9 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |