Upgrade to Vault 0.7.2.

Closes gh-90.
This commit is contained in:
Mark Paluch
2017-05-11 15:56:53 +02:00
parent 89aeb68660
commit 278f0f80d2
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ env:
- VAULT_VER=0.6.3
- VAULT_VER=0.6.4
- VAULT_VER=0.6.5
- VAULT_VER=0.7.0
- VAULT_VER=0.7.2
- PROFILE=springNext
before_install:

View File

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