Upgrade to Vault 0.6.3.

Fixes gh-59.
This commit is contained in:
Mark Paluch
2016-12-11 22:01:22 +01:00
parent 71945e97f1
commit efda667bfd
2 changed files with 3 additions and 1 deletions

View File

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