prepare for release

This commit is contained in:
Brian Kassouf
2018-10-02 11:21:22 -07:00
parent e6219bf98e
commit f0e4d6b431
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.11.1/vault_0.11.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.11.1/vault_0.11.2_linux_amd64.zip"
description = "URL to download Vault"
}