diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-29 13:12:44 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-29 13:12:44 -0300 |
commit | 5284e650be321273a2bb68bf4baa8adeb6bc586b (patch) | |
tree | 4cdff01f7bf63520493ba3dfe2540fc9affbf467 /activeresource | |
parent | b395ca1fda3a3a41714511b111d353b8dade3b6c (diff) | |
download | rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.gz rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.bz2 rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.zip |
Bumping to 3.2.3.rc2
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/version.rb b/activeresource/lib/active_resource/version.rb index 2f5779b028..13e26d54c3 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 = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |