webhook: able to detect delete branch or tag (#2315)

This commit is contained in:
Unknwon
2017-02-24 15:35:20 -05:00
parent 7fe13e72d8
commit f0086e66ae
13 changed files with 207 additions and 87 deletions

View File

@@ -14,7 +14,7 @@ import (
)
func Version() string {
return "0.12.6"
return "0.12.7"
}
// Client represents a Gogs API client.