Prep for 0.6.5 release

This commit is contained in:
Jeff Mitchell
2017-02-07 16:11:32 -05:00
parent 9cf27804af
commit ac8b1b29df
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.6.4/vault_0.6.4_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_linux_amd64.zip"
description = "URL to download Vault"
}