mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
Puts tree in 0.8.3 release mode.
This commit is contained in:
parent
79d60f114f
commit
2bc2bd8ac4
@ -1,3 +1,9 @@
|
||||
## 0.8.3 (May 12, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* agent: Fixed an issue where NAT-configured agents with a non-routable advertise address would refuse to make RPC connections to Consul servers. This was a regression related to GH-2822 in Consul 0.8.2. [GH-3028]
|
||||
|
||||
## 0.8.2 (May 9, 2017)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
@ -7,7 +7,7 @@ package version
|
||||
// adding new versions and pick a name that will follow "version_base.go".
|
||||
func init() {
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "0.8.2"
|
||||
Version = "0.8.3"
|
||||
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user