Remove the string 'Vault' from version information

This commit is contained in:
vishalnayak
2016-09-01 14:54:04 -04:00
parent ffb5fd1858
commit ee26c7e7b6
7 changed files with 25 additions and 10 deletions

View File

@@ -441,7 +441,7 @@ func (c *ServerCommand) Run(args []string) int {
}()
infoKeys = append(infoKeys, "version")
info["version"] = version.GetVersion().String()
info["version"] = version.GetVersion().FullVersionNumber()
// Server configuration output
padding := 24