From 1914fef697bc455e3bd30300db980e2ab4365f14 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Sat, 12 Jul 2014 19:13:21 -0700 Subject: [PATCH] Tag version 1.7.2.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 4a095d4..42136b5 100644 --- a/lib/restclient/version.rb +++ b/lib/restclient/version.rb @@ -1,5 +1,5 @@ module RestClient - VERSION = '1.7.1' unless defined?(self::VERSION) + VERSION = '1.7.2.rc1' unless defined?(self::VERSION) def self.version VERSION