From b57fa0bf690b299ba4d8a0051bf06b9cecd3975a Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 31 May 2012 20:38:03 -0700 Subject: bumping to 3.2.5 --- 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 a5954f07b8..e5498dae65 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 4 + TINY = 5 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') -- cgit v1.2.3