bump website version to 1.3.4 (#8595)

This commit is contained in:
Mike Jarmy 2020-03-20 13:41:13 -04:00 committed by GitHub
parent 7372fb69a3
commit e317651da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
//------------------------------------------------------------------- //-------------------------------------------------------------------
variable "download-url" { variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.3.0/vault_1.3.0_linux_amd64.zip" default = "https://releases.hashicorp.com/vault/1.3.4/vault_1.3.4_linux_amd64.zip"
description = "URL to download Vault" description = "URL to download Vault"
} }

View File

@ -1 +1 @@
export const VERSION = '1.3.2' export const VERSION = '1.3.4'

View File

@ -14,9 +14,9 @@ export default function DownloadsPage({ downloadData }) {
version={VERSION} version={VERSION}
downloads={downloadData} downloads={downloadData}
prerelease={{ prerelease={{
type: 'beta release', type: 'release candidate',
name: '1.4.0', name: '1.4.0',
version: '1.4.0-beta1' version: '1.4.0-rc1'
}} }}
/> />
</div> </div>