diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-03 11:39:29 -0800 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-03 11:39:29 -0800 |
commit | ef727a65411913537b90d14eb73241795efbc478 (patch) | |
tree | 4a03a8b5312c6ffa6e2767140411865d1cbe08ab /activesupport | |
parent | 4179470f0116a08a1838c474ba5541bb33658c9d (diff) | |
parent | 2e4df2a2893ac95e86952df5ff82e500c19545d9 (diff) | |
download | rails-ef727a65411913537b90d14eb73241795efbc478.tar.gz rails-ef727a65411913537b90d14eb73241795efbc478.tar.bz2 rails-ef727a65411913537b90d14eb73241795efbc478.zip |
Merge pull request #8716 from miguelff/3-2-stable
Merged latest released tag (v3.2.10) into the stable branch (3-2-stable)
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index c1f9e4b810..94c22b0af6 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 = 9 + TINY = 10 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') |