aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/lib/active_resource/version.rb')
-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 b1dd63a363..2855def5cb 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -2,8 +2,8 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 14
- PRE = nil
+ TINY = 15
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end