Upgrade to Vault 1.0.0-rc1

Closes gh-336.
Original pull request: gh-337.
This commit is contained in:
DanielFran
2018-11-22 09:19:09 +00:00
committed by Mark Paluch
parent 2b794819d0
commit 67229bc90a

View File

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