diff options
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. |