aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-09 16:26:36 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-09 16:26:36 -0300
commit64146cf7babe35fd962576b699fa0deb4cfe0d70 (patch)
tree6ba193cefe5519bcdd1bcfa010e7f938fd4e6c88 /activemodel/lib
parentddedf5d88e79b0d654d0266b53f2a66260d047ce (diff)
downloadrails-64146cf7babe35fd962576b699fa0deb4cfe0d70.tar.gz
rails-64146cf7babe35fd962576b699fa0deb4cfe0d70.tar.bz2
rails-64146cf7babe35fd962576b699fa0deb4cfe0d70.zip
Bump to 3.2.8
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index a783939039..39ef5d289f 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 = 8
- PRE = "rc2"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end