Bump version

This commit is contained in:
Unknwon 2016-07-11 05:01:11 +08:00
parent 5ec1a10830
commit 872cf281aa

View file

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