increment version
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2020-05-23 02:32:40 +02:00
parent e0408a4629
commit 6891dd161d

View File

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