Support pre release

This commit is contained in:
Adham Helal
2016-08-01 14:23:39 +02:00
parent 7d10e39540
commit cc5e9dc7f5
4 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ type Source struct {
GitHubUploadsURL string `json:"github_uploads_url"`
AccessToken string `json:"access_token"`
Drafts bool `json:"drafts"`
PreRelease bool `json:"pre_release"`
}
type CheckRequest struct {