Skip to content

Commit b3e28c8

Browse files
committed
Upgrade to Vault 1.6.1
Closes gh-610
1 parent 7ff3a53 commit b3e28c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
- VAULT_VER=1.2.4
2222
- VAULT_VER=1.3.4
2323
- VAULT_VER=1.5.3
24-
- VAULT_VER=1.6.0
24+
- VAULT_VER=1.6.1
2525
- EDITION=enterprise
2626

2727
before_install:

src/test/bash/install_vault.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
set -o errexit
99

1010
EDITION="${EDITION:-oss}"
11-
VAULT_OSS="${VAULT_OSS:-1.6.0}"
12-
VAULT_ENT="${VAULT_ENT:-1.5.3}"
11+
VAULT_OSS="${VAULT_OSS:-1.6.1}"
12+
VAULT_ENT="${VAULT_ENT:-1.6.1}"
1313
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
1414
VERBOSE=false
1515
VAULT_DIRECTORY=vault

0 commit comments

Comments
 (0)