aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/gogs/go-gogs-client/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-12-15 00:24:53 -0500
committerUnknwon <u@gogs.io>2018-12-15 00:24:53 -0500
commitcc1a168aa050b64b296b159436cd8350bdb95166 (patch)
treec981bf6ceb3388551a5e21918d8d428adf302a0b /vendor/github.com/gogs/go-gogs-client/gogs.go
parentee82d35ed807b32aaf04a505e5b5260f20aaf641 (diff)
vendor: update github.com/gogs/go-gogs-client
Diffstat (limited to 'vendor/github.com/gogs/go-gogs-client/gogs.go')
-rw-r--r--vendor/github.com/gogs/go-gogs-client/gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gogs/go-gogs-client/gogs.go b/vendor/github.com/gogs/go-gogs-client/gogs.go
index 8d1e837f..83ab8d71 100644
--- a/vendor/github.com/gogs/go-gogs-client/gogs.go
+++ b/vendor/github.com/gogs/go-gogs-client/gogs.go
@@ -14,7 +14,7 @@ import (
)
func Version() string {
- return "0.12.14"
+ return "0.13.0"
}
// Client represents a Gogs API client.