Prep for release

This commit is contained in:
Jeff Mitchell
2017-08-09 05:05:21 -04:00
parent d2b3f42936
commit dbf1b9bd82
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.7.3/vault_0.7.3_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.8.0/vault_0.8.0_linux_amd64.zip"
description = "URL to download Vault"
}