aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-03-06 15:05:13 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-03-06 15:05:13 -0800
commitccf256d8dcc68d975bbf00780c3b4096f47e29d3 (patch)
treea4fb709104d03b2e10694b39be9f0bc4c4e85413 /activeresource
parent1b699fc8ad0eaf3503ec095413866ec5e4794162 (diff)
downloadrails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.tar.gz
rails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.tar.bz2
rails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.zip
bumping to rc2
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 08e3b37ed2..10b0e0858a 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -3,7 +3,7 @@ module ActiveResource
MAJOR = 3
MINOR = 2
TINY = 13
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end