aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-01-26 14:54:02 -0800
committerXavier Noria <fxn@hashref.com>2012-01-26 14:54:02 -0800
commit67b8fbca921ba7e3e1fc02fe30a20963a67017e5 (patch)
treecb84847d94550e1d96dec17817165345ec8c5e20 /activeresource
parent97e8d1d81942fc14376cc598e404d029bd90c5e0 (diff)
downloadrails-67b8fbca921ba7e3e1fc02fe30a20963a67017e5.tar.gz
rails-67b8fbca921ba7e3e1fc02fe30a20963a67017e5.tar.bz2
rails-67b8fbca921ba7e3e1fc02fe30a20963a67017e5.zip
updating RAILS_VERSION
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 7609b6f07c..e9561df285 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 = 0
+ TINY = 1
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')