diff options
author | Unknwon <u@gogs.io> | 2017-03-16 17:33:04 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-16 17:33:04 -0400 |
commit | 9e8ffa14cb980221c35bb1431e97849a51e09dd7 (patch) | |
tree | afcd3eb02076a4d6c4d171818123589aa3efa29c /vendor/github.com/gogits/go-gogs-client/gogs.go | |
parent | 0ccd7c97abcb1ae314c9c17b0c08863cb13115fa (diff) |
webhook: add file status to push event (#3897)
Diffstat (limited to 'vendor/github.com/gogits/go-gogs-client/gogs.go')
-rw-r--r-- | vendor/github.com/gogits/go-gogs-client/gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gogits/go-gogs-client/gogs.go b/vendor/github.com/gogits/go-gogs-client/gogs.go index e691dd64..2869e6c2 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.10" + return "0.12.11" } // Client represents a Gogs API client. |