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 {
return "0.10.3"
return "0.10.4"
}
// Client represents a Gogs API client.

View File

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