Prep for release

This commit is contained in:
Jeff Mitchell
2018-10-08 11:23:50 -04:00
parent 58bc9ec16a
commit e67829e19b
4 changed files with 10 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/0.11.1/vault_0.11.2_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.11.3/vault_0.11.3_linux_amd64.zip"
description = "URL to download Vault"
}