aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-30 19:22:28 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-30 19:22:28 -0300
commit45d6cd94b3ef2ec77166def41f29188445b35608 (patch)
tree96e547a8b960095082a28e2cd87b428f8925e569 /activeresource
parent5c7bb86a1bafbc6f067452768f37e566d6020918 (diff)
downloadrails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.gz
rails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.bz2
rails-45d6cd94b3ef2ec77166def41f29188445b35608.zip
Bump up to 3.2.3
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 13e26d54c3..d2d7253b78 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 = 3
- PRE = "rc2"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end