From 64146cf7babe35fd962576b699fa0deb4cfe0d70 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 9 Aug 2012 16:26:36 -0300 Subject: Bump to 3.2.8 --- activesupport/lib/active_support/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/version.rb') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index e791f7e4f4..03074bebc6 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 2 TINY = 8 - PRE = "rc2" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3