diff --git a/gogs.go b/gogs.go index e3290d2..1259929 100644 --- a/gogs.go +++ b/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.8.2" + return "0.8.3" } // Client represents a Gogs API client.