We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aca204 commit 713f8c3Copy full SHA for 713f8c3
version/version.go
@@ -77,7 +77,7 @@ func (v *Version) SetApp(val string) *Version {
77
}
78
79
func (v *Version) SetVersion(val string) *Version {
80
- v.GitCommit = val
+ v.Version = val
81
return v
82
83
@@ -87,7 +87,7 @@ func (v *Version) SetGitCommit(val string) *Version {
87
88
89
func (v *Version) SetBuildDate(val string) *Version {
90
- v.GitTag = val
+ v.BuildDate = val
91
92
93
0 commit comments