From f0086e66aef31573c7f00e0c3cd7725fb6d65f5c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Feb 2017 15:35:20 -0500 Subject: webhook: able to detect delete branch or tag (#2315) --- vendor/github.com/gogits/go-gogs-client/gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/gogits/go-gogs-client/gogs.go') diff --git a/vendor/github.com/gogits/go-gogs-client/gogs.go b/vendor/github.com/gogits/go-gogs-client/gogs.go index dae81f10..98421cb7 100644 --- a/vendor/github.com/gogits/go-gogs-client/gogs.go +++ b/vendor/github.com/gogits/go-gogs-client/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.12.6" + return "0.12.7" } // Client represents a Gogs API client. -- cgit v1.2.3