aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
commitfcccbacec1d25188619f597bbb75505c79084bc3 (patch)
tree7634291abda085a766ccf21e2603ce72bcd0b1bf /activemodel/lib
parentf50a5d2eee6ffba0918bfe6a11b99f1f9fa6c58f (diff)
downloadrails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.gz
rails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.bz2
rails-fcccbacec1d25188619f597bbb75505c79084bc3.zip
Bump to 3.2.8.rc1
Diffstat (limited to 'activemodel/lib')
-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 5df84984f4..a0bc099ced 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 = 7
- PRE = nil
+ TINY = 8
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end