From 20d53f6885142646c335cfceeb7b7c9f302d4c70 Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Thu, 20 Jan 2011 01:38:31 -0500 Subject: [PATCH] Version bump --- lib/httparty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httparty.rb b/lib/httparty.rb index 933c977..2556e63 100644 --- a/lib/httparty.rb +++ b/lib/httparty.rb @@ -13,7 +13,7 @@ require dir + 'httparty/net_digest_auth' # @see HTTParty::ClassMethods module HTTParty - VERSION = "0.7.1".freeze + VERSION = "0.7.2".freeze CRACK_DEPENDENCY = "0.1.8".freeze module AllowedFormatsDeprecation