diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-09 16:26:36 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-09 16:26:36 -0300 |
commit | 64146cf7babe35fd962576b699fa0deb4cfe0d70 (patch) | |
tree | 6ba193cefe5519bcdd1bcfa010e7f938fd4e6c88 /activerecord | |
parent | ddedf5d88e79b0d654d0266b53f2a66260d047ce (diff) | |
download | rails-64146cf7babe35fd962576b699fa0deb4cfe0d70.tar.gz rails-64146cf7babe35fd962576b699fa0deb4cfe0d70.tar.bz2 rails-64146cf7babe35fd962576b699fa0deb4cfe0d70.zip |
Bump to 3.2.8
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 1250bd9e87..0f91199469 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -3,7 +3,7 @@ module ActiveRecord MAJOR = 3 MINOR = 2 TINY = 8 - PRE = "rc2" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |