mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
release prep
This commit is contained in:
parent
0dc09be3e1
commit
4edca9b33b
@ -1,4 +1,4 @@
|
||||
## 1.0.0 (Unreleased)
|
||||
## 1.0.0-rc1 (Nov 20th, 2018)
|
||||
CHANGES:
|
||||
|
||||
* Paths within `auth/token` that allow specifying a token or accessor in the
|
||||
|
||||
@ -7,5 +7,5 @@ func init() {
|
||||
// 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.
|
||||
VersionPrerelease = "beta2"
|
||||
VersionPrerelease = "rc1"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user