From df877575dbe431fcee041a636f7241ca1f5e6b1b Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Wed, 20 Apr 2011 15:46:07 -0600 Subject: [PATCH] Version bump --- lib/httparty/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 1f540e6..30846f1 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,5 +1,5 @@ module HTTParty - VERSION = "0.7.6".freeze + VERSION = "0.7.7".freeze CRACK_DEPENDENCY = "0.1.8".freeze -end \ No newline at end of file +end