Bump for 0.7 release

This commit is contained in:
Jeff Mitchell
2017-03-16 11:41:50 -04:00
parent 3f67ab489a
commit 89160f82f1
4 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.7.0/vault_0.7.0_linux_amd64.zip"
description = "URL to download Vault"
}