webhook: add file status to push event (#3897)

This commit is contained in:
Unknwon
2017-03-16 17:33:04 -04:00
parent 0ccd7c97ab
commit 9e8ffa14cb
10 changed files with 116 additions and 23 deletions

View File

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