aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-06-30 10:18:36 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-06-30 10:18:36 -0300
commit35cdd256c00dd08b54c22d5b7f38dbcc897d876b (patch)
treeb7110b215524f9db49256d62abf921276a35a610 /activeresource
parenta2a7a19d26abb1ac9234885f103e1d638f7d0c9b (diff)
downloadrails-35cdd256c00dd08b54c22d5b7f38dbcc897d876b.tar.gz
rails-35cdd256c00dd08b54c22d5b7f38dbcc897d876b.tar.bz2
rails-35cdd256c00dd08b54c22d5b7f38dbcc897d876b.zip
Master version is 3.2.0.beta
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/lib/active_resource/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/lib/active_resource/version.rb b/activeresource/lib/active_resource/version.rb
index 440b504344..d53374b261 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -1,9 +1,9 @@
module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
- MINOR = 1
+ MINOR = 2
TINY = 0
- PRE = "rc1"
+ PRE = "beta"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end