diff --git a/gogs.go b/gogs.go index c34a7ed..1626441 100644 --- a/gogs.go +++ b/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.10.3" + return "0.10.4" } // Client represents a Gogs API client. diff --git a/repo_collaborator.go b/repo_collaborator.go index ba1d0c0..2a0052d 100644 --- a/repo_collaborator.go +++ b/repo_collaborator.go @@ -5,8 +5,8 @@ package gogs import ( - "encoding/json" "bytes" + "encoding/json" "fmt" )