From 79549323e1a739e10b1f21d843834e006bccfe76 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Mon, 21 Sep 2015 07:05:16 -0700 Subject: [PATCH] [release] bump version to 2.2.7 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index df7a38b..9d55fe5 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const ( - version = "2.2.6" + version = "2.2.7" cloudDir = "cloud" hostingDir = "public" defaultBaseURL = "https://api.parse.com/1/"