Codebase list python-castellan / 3a3a738
Bump vault version Bump vault version to the latest available. Change-Id: I7b338a8aabb439fc91860b64e0df71fe7e8ce9f0 Moisés Guimarães de Medeiros 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/bash
11 set -eux
22 if [ -z "$(which vault)" ]; then
3 VAULT_VERSION=0.10.4
3 VAULT_VERSION=1.4.2
44 SUFFIX=zip
55 case `uname -s` in
66 Darwin)