Change default version string from "unknown" to "latest" (#284)

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
Kevin Lingerfelt 2018-02-07 10:01:12 -08:00 committed by GitHub
parent ff15574a0d
commit fbb4e812f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")