Skip to content

Commit 713f8c3

Browse files
committed
fix version
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 7aca204 commit 713f8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (v *Version) SetApp(val string) *Version {
7777
}
7878

7979
func (v *Version) SetVersion(val string) *Version {
80-
v.GitCommit = val
80+
v.Version = val
8181
return v
8282
}
8383

@@ -87,7 +87,7 @@ func (v *Version) SetGitCommit(val string) *Version {
8787
}
8888

8989
func (v *Version) SetBuildDate(val string) *Version {
90-
v.GitTag = val
90+
v.BuildDate = val
9191
return v
9292
}
9393

0 commit comments

Comments
 (0)