release prep
This commit is contained in:
parent
2b2b69cf0b
commit
6c19078da6
|
@ -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…
Reference in New Issue