bump website version to 1.3.4 (#8595)
This commit is contained in:
parent
64c55d7337
commit
8af84ea9b9
|
@ -3,7 +3,7 @@
|
|||
//-------------------------------------------------------------------
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const VERSION = '1.3.2'
|
||||
export const VERSION = '1.3.4'
|
||||
|
|
|
@ -14,9 +14,9 @@ export default function DownloadsPage({ downloadData }) {
|
|||
version={VERSION}
|
||||
downloads={downloadData}
|
||||
prerelease={{
|
||||
type: 'beta release',
|
||||
type: 'release candidate',
|
||||
name: '1.4.0',
|
||||
version: '1.4.0-beta1'
|
||||
version: '1.4.0-rc1'
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue