release prep

This commit is contained in:
Brian Kassouf 2018-11-20 11:45:27 -08:00
parent 2b2b69cf0b
commit 6c19078da6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
}