Fix version for next release (#561)

as title

Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/561
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
6543 2022-01-03 02:27:24 +08:00 committed by Andrew Thornton
parent 5d54a04f8d
commit a87a2c7390
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var jsonHeader = http.Header{"content-type": []string{"application/json"}}
// Version return the library version
func Version() string {
return "0.14.0"
return "0.16.0"
}
// Client represents a thread-safe Gitea API client.