Upgrade to Vault 0.7.

Closes gh-93.
This commit is contained in:
Mark Paluch
2017-03-31 12:31:59 +02:00
parent da6055a3d7
commit 1a9aa45b6d
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
###########################################################################
VAULT_VER="${VAULT_VER:-0.6.5}"
VAULT_VER="${VAULT_VER:-0.7.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"