From b812bdd7d00be759010ecdc761563a0049f62fad Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Sun, 13 Feb 2011 13:12:26 -0700 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 ed59ed7..5e4dfc2 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.3".freeze + VERSION = "0.7.4".freeze CRACK_DEPENDENCY = "0.1.8".freeze module AllowedFormatsDeprecation