Bump version for release

This commit is contained in:
Jeff Mitchell
2017-08-16 11:55:06 -04:00
parent c14d445de4
commit 6c32b7d734
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.8.0/vault_0.8.0_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/0.8.1/vault_0.8.1_linux_amd64.zip"
description = "URL to download Vault"
}