From 753c546df4c8d639a8402552bdd5c9d077610f6c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 23 Jul 2012 14:41:02 -0700 Subject: updating the version --- activesupport/lib/active_support/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a54ce0b6cb..639c7cd95d 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,8 +2,8 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 6 - PRE = nil + TINY = 7 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3