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

@@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.5.0"
const _VERSION = "0.5.1"
func Version() string {
return _VERSION