From 685cbb02f20831c63f1ddbd569aa87e36936288a Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Wed, 23 Nov 2011 23:24:55 +0100 Subject: [PATCH] Release 0.3.7 --- lib/cocoapods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cocoapods.rb b/lib/cocoapods.rb index 7d866d44c0..8051db8b95 100644 --- a/lib/cocoapods.rb +++ b/lib/cocoapods.rb @@ -1,5 +1,5 @@ module Pod - VERSION = '0.3.6' + VERSION = '0.3.7' class Informative < StandardError end