Prep for 1.2.2

This commit is contained in:
Jeff Mitchell 2019-08-14 16:54:16 -04:00
parent 64936d5038
commit 87f649bf99
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ var (
// Whether cgo is enabled or not; set at build time
CgoEnabled bool
Version = "1.2.1"
Version = "1.2.2"
VersionPrerelease = ""
VersionMetadata = ""
)

View File

@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.1/vault_1.2.1_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip"
description = "URL to download Vault"
}

View File

@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
activate :hashicorp do |h|
h.name = "vault"
h.version = "1.2.1"
h.version = "1.2.2"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
h.releases_enabled = true