Rename ID to commitish in versions struct

This commit is contained in:
Ed
2018-12-18 00:22:14 -05:00
parent 7688a7faf8
commit b747989d43
2 changed files with 14 additions and 25 deletions

View File

@@ -68,8 +68,8 @@ type OutResponse struct {
}
type Version struct {
Tag string `json:"tag,omitempty"`
ID string `json:"id,omitempty"`
Tag string `json:"tag,omitempty"`
Commitish string `json:"commitish,omitempty"`
}
type MetadataPair struct {