From 886f179264c41ea76ca5dc9e0598f0ff96d23183 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Fri, 25 Apr 2014 19:32:37 -0700 Subject: [PATCH] Bump version to 1.7.0.rc1. --- lib/restclient/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/restclient/version.rb b/lib/restclient/version.rb index 8358abc..c3841e9 100644 --- a/lib/restclient/version.rb +++ b/lib/restclient/version.rb @@ -1,5 +1,5 @@ module RestClient - VERSION = '1.7.0.alpha' unless defined?(self::VERSION) + VERSION = '1.7.0.rc1' unless defined?(self::VERSION) def self.version VERSION