mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
bump website version to 1.3.4 (#8595)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user