Fix mis-versioning due to hardcoding cmd.Version (#1431)

This commit is contained in:
Takumi Sue
2022-11-14 16:38:43 +11:00
committed by GitHub
parent ffc20f7e2c
commit 1fd96e168e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ var (
GitDescribe string
// Version is main version number that is being run at the moment.
Version = "4.30.1"
Version = ""
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release