aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-12-23 13:36:49 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-12-23 13:36:49 -0800
commit8ba3df046f977dddd4bc46248db2a1355bc0ed1e (patch)
tree9cdda55b386c5cb406c0f2ee09cc31c61dc5fc65 /activesupport/lib
parent325669f0795a9148fd31f7f496a40dc8e114ef52 (diff)
downloadrails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.gz
rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.bz2
rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.zip
bumping version to 3.2.10
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/version.rb2
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('.')