From 988d5a81ff3081c1c6a3ab267e81a9fff94bd9e4 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Thu, 19 Feb 2015 18:16:43 -0800 Subject: [PATCH] Tag version 1.7.3 --- 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 7628cf6..a19f069 100644 --- a/lib/restclient/version.rb +++ b/lib/restclient/version.rb @@ -1,5 +1,5 @@ module RestClient - VERSION = '1.7.2' unless defined?(self::VERSION) + VERSION = '1.7.3' unless defined?(self::VERSION) def self.version VERSION