aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
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 /activeresource
parent325669f0795a9148fd31f7f496a40dc8e114ef52 (diff)
downloadrails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.gz
rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.bz2
rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.zip
bumping version to 3.2.10
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/lib/active_resource/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/version.rb b/activeresource/lib/active_resource/version.rb
index 44879cb4c6..adbcaaa9c6 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -2,7 +2,7 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 9
+ TINY = 10
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')