mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-25 08:08:00 -04:00
Bump version to rc1
This commit is contained in:
parent
10a6aec9a3
commit
70700c7500
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const Version = "0.5.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…
Reference in a new issue