From ee4209a31eff868aff8d2c2f836e703256c4038e Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 11 Jun 2012 15:40:36 -0700 Subject: bumping version numbers --- activemodel/lib/active_model/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/lib') diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index 474db6b867..73d666262a 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -2,7 +2,7 @@ module ActiveModel module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 5 + TINY = 6 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') -- cgit v1.2.3