From b33cf74a4917c6ac5229ba8d6296d33d0b3437bd Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 12 Nov 2012 13:19:09 -0200 Subject: Bump to 3.2.9 --- 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 ec11b029b0..c1f9e4b810 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 = 9 - PRE = "rc3" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3