aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/gogits/go-gogs-client/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-09 00:03:29 -0500
committerUnknwon <u@gogs.io>2017-03-09 00:03:29 -0500
commitc93731339f3da01bb1158acc7acf781f0dfe2468 (patch)
tree7c1d161ab780949e5b84313c85788cc1aa2ac9d4 /vendor/github.com/gogits/go-gogs-client/gogs.go
parentbab448681d613e3982c46c7bd9ed54319638a3dd (diff)
webhook: support Issues event (#2319)
Also addresses #3485.
Diffstat (limited to 'vendor/github.com/gogits/go-gogs-client/gogs.go')
-rw-r--r--vendor/github.com/gogits/go-gogs-client/gogs.go2
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 98421cb7..c34d87f5 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.7"
+ return "0.12.8"
}
// Client represents a Gogs API client.