This commit is contained in:
Unknwon 2016-08-11 11:34:16 -07:00
parent f286f03526
commit 1fef67c191
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import (
) )
func Version() string { func Version() string {
return "0.10.3" return "0.10.4"
} }
// Client represents a Gogs API client. // Client represents a Gogs API client.

View file

@ -5,8 +5,8 @@
package gogs package gogs
import ( import (
"encoding/json"
"bytes" "bytes"
"encoding/json"
"fmt" "fmt"
) )