Added Vault version informationto the 'status' command

This commit is contained in:
vishalnayak
2016-07-28 17:37:26 -04:00
parent 9c320b3e82
commit 5c38276598
4 changed files with 32 additions and 6 deletions

View File

@@ -53,4 +53,5 @@ type SealStatusResponse struct {
T int
N int
Progress int
Version string
}