bump vault

This commit is contained in:
Alex Dadgar 2017-03-27 10:10:42 -07:00
parent c2b718108a
commit a4ef87c6e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
VAULT_VERSION="0.6.4"
VAULT_VERSION="0.7.0"
CURDIR=`pwd`
if [[ $(which vault >/dev/null && vault version | cut -d ' ' -f 2) == "v$VAULT_VERSION" ]]; then