Update version variable

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-06-01 14:21:18 +02:00 committed by Daniel Weiße
parent 3467df6b69
commit 691ab84326
5 changed files with 6 additions and 6 deletions

View file

@ -85,5 +85,5 @@ const (
WireguardAdminMTU = 1300
)
// CliVersion is the version of the CLI. Left as a separate variable to allow override during build.
var CliVersion = "0.0.0"
// VersionInfo is the version of a binary. Left as a separate variable to allow override during build.
var VersionInfo = "0.0.0"