mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-25 16:41:08 +02:00
Bump version to 0.4.0-rc1
This commit is contained in:
parent
1194432d93
commit
2da4fb3880
@ -15,7 +15,7 @@ const Version = "0.4.0"
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
// such as "dev" (in development), "beta", "rc1", etc.
|
||||
const VersionPrerelease = "dev"
|
||||
const VersionPrerelease = "rc1"
|
||||
|
||||
// VersionInfo
|
||||
type VersionInfo struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user