mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Cutting 0.2rc
This commit is contained in:
parent
e5c9129cf4
commit
4a5f4f9ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ const Version = "0.2.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 = "rc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue