Bump some versions to prep
This commit is contained in:
parent
3af3dbd4db
commit
c9d4e83350
|
@ -8,7 +8,7 @@ var (
|
|||
// Whether cgo is enabled or not; set at build time
|
||||
CgoEnabled bool
|
||||
|
||||
Version = "1.2.0"
|
||||
Version = "1.2.1"
|
||||
VersionPrerelease = ""
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//-------------------------------------------------------------------
|
||||
|
||||
variable "download-url" {
|
||||
default = "https://releases.hashicorp.com/vault/1.2.0/vault_1.2.0_linux_amd64.zip"
|
||||
default = "https://releases.hashicorp.com/vault/1.2.1/vault_1.2.1_linux_amd64.zip"
|
||||
description = "URL to download Vault"
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "vault"
|
||||
h.version = "1.2.0"
|
||||
h.version = "1.2.1"
|
||||
h.github_slug = "hashicorp/vault"
|
||||
h.website_root = "website"
|
||||
h.releases_enabled = true
|
||||
|
|
Loading…
Reference in New Issue