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)