diff --git a/sdk/version/version_base.go b/sdk/version/version_base.go index 446a51a5d..c80056f4d 100644 --- a/sdk/version/version_base.go +++ b/sdk/version/version_base.go @@ -9,6 +9,6 @@ var ( CgoEnabled bool Version = "1.3.0" - VersionPrerelease = "dev" + VersionPrerelease = "" VersionMetadata = "" ) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 4be0ad0d9..009daa934 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -3,7 +3,7 @@ //------------------------------------------------------------------- variable "download-url" { - default = "https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip" + default = "https://releases.hashicorp.com/vault/1.3.0/vault_1.3.0_linux_amd64.zip" description = "URL to download Vault" } diff --git a/website/config.rb b/website/config.rb index 54e28bfc8..8648f856a 100644 --- a/website/config.rb +++ b/website/config.rb @@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js" activate :hashicorp do |h| h.name = "vault" - h.version = "1.2.2" + h.version = "1.3.0" h.github_slug = "hashicorp/vault" h.website_root = "website" h.releases_enabled = true