mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update version to 1.14.0 and version prerelease to beta1 (#19163)
This commit is contained in:
parent
68f219c07e
commit
d0b279b079
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ var (
|
|||
// Whether cgo is enabled or not; set at build time
|
||||
CgoEnabled bool
|
||||
|
||||
Version = "1.13.0"
|
||||
VersionPrerelease = "dev1"
|
||||
Version = "1.14.0"
|
||||
VersionPrerelease = "beta1"
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue