From 3a3a738a0bb271a2ed46c9e93fdb43b631d49471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es=20de=20Medeiros?= Date: Fri, 7 Feb 2020 11:57:14 +0100 Subject: [PATCH] Bump vault version Bump vault version to the latest available. Change-Id: I7b338a8aabb439fc91860b64e0df71fe7e8ce9f0 --- tools/setup-vault-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup-vault-env.sh b/tools/setup-vault-env.sh index 0c799241..c9d3ad3d 100755 --- a/tools/setup-vault-env.sh +++ b/tools/setup-vault-env.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eux if [ -z "$(which vault)" ]; then - VAULT_VERSION=0.10.4 + VAULT_VERSION=1.4.2 SUFFIX=zip case `uname -s` in Darwin)