mirror of https://github.com/linkerd/linkerd2.git
Change default version string from "unknown" to "latest" (#284)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
ff15574a0d
commit
fbb4e812f8
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
// DO NOT EDIT
|
||||
// This var is updated automatically as part of the build process
|
||||
var Version = "unknown"
|
||||
var Version = "latest"
|
||||
|
||||
func VersionFlag() *bool {
|
||||
return flag.Bool("version", false, "print version and exit")
|
||||
|
|
Loading…
Reference in New Issue