Fix cli build param ver (#758)

Co-authored-by: Igor Gov <igor.govorov1@gmail.com>
This commit is contained in:
Igor Gov
2022-02-06 20:35:41 +02:00
committed by GitHub
parent 379885845b
commit bd253e1ff7
14 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
package version
var (
SemVer = "0.0.1"
Ver = "0.0.1"
Branch = "develop"
GitCommitHash = "" // this var is overridden using ldflags in makefile when building
BuildTimestamp = "" // this var is overridden using ldflags in makefile when building