mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Remove the string 'Vault' from version information
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user