Bump KV plugin and allow -version to work

This commit is contained in:
Jeff Mitchell
2018-04-09 16:32:41 -04:00
parent fc6eae2919
commit cdce08ac89
3 changed files with 13 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ func setupEnv(args []string) []string {
break
}
if arg == "-v" || arg == "-version" || arg == "--version" {
if arg == "-v" || arg == "--version" {
args = []string{"version"}
break
}