mirror of https://github.com/status-im/consul.git
Release v1.8.6
This commit is contained in:
parent
8967edad2a
commit
2fa535b58c
|
@ -1,4 +1,4 @@
|
|||
## UNRELEASED
|
||||
## 1.8.6 (November 19, 2020)
|
||||
|
||||
SECURITY:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ var (
|
|||
//
|
||||
// Version must conform to the format expected by github.com/hashicorp/go-version
|
||||
// for tests to work.
|
||||
Version = "1.8.5"
|
||||
Version = "1.8.6"
|
||||
|
||||
// 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
|
||||
|
|
|
@ -1 +1 @@
|
|||
export default '1.8.5'
|
||||
export default '1.8.6'
|
||||
|
|
Loading…
Reference in New Issue