aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-27 14:07:36 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-27 14:07:36 -0300
commit5f3726091851326d4976624db374a20d356b1630 (patch)
treef605d456393239c7f63c1c493eb41c31dd1edaea /activemodel
parente31ec4700b9e1ca4726cff46fd68442fd6364b7b (diff)
downloadrails-5f3726091851326d4976624db374a20d356b1630.tar.gz
rails-5f3726091851326d4976624db374a20d356b1630.tar.bz2
rails-5f3726091851326d4976624db374a20d356b1630.zip
Bumping to 3.2.3.rc1
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 3d2cbf0de4..60a806a754 100644
--- a/activemodel/lib/active_model/version.rb
+++ b/activemodel/lib/active_model/version.rb
@@ -2,8 +2,8 @@ module ActiveModel
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 2
- PRE = nil
+ TINY = 3
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end