From f59f0a5c84c40b6c659753137c66351f8413cd9a Mon Sep 17 00:00:00 2001 From: Adnan Hajdarevic Date: Sun, 27 Dec 2015 20:05:52 +0100 Subject: [PATCH] - added omitempty to json fields --- webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.go b/webhook.go index a116c909..94db972a 100644 --- a/webhook.go +++ b/webhook.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "2.3.6" + version = "2.3.7" ) var (