From ff0217c6dac46b43dbf8a74b3f779ae1d6741e51 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Thu, 10 Oct 2013 11:32:18 -0400 Subject: [PATCH] Release 0.12.0. --- lib/httparty/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 2828a8b..e28ab2e 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.11.0" + VERSION = "0.12.0" end