Puts the tree in 0.9.3 release mode.
This commit is contained in:
parent
8be4ee766a
commit
9a4ed967c1
|
@ -1,5 +1,5 @@
|
|||
|
||||
## 0.9.3 (UNRELEASED)
|
||||
## 0.9.3 (September 8, 2017)
|
||||
|
||||
FEATURES:
|
||||
* **LAN Network Segments:** (Consul Enterprise) Added a new [Network Segments](https://www.consul.io/docs/guides/segments.html) capability which allows users to configure Consul to support segmented LAN topologies with multiple, distinct gossip pools. [GH-3431]
|
||||
|
|
|
@ -20,7 +20,7 @@ var (
|
|||
// 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 = "rc2"
|
||||
VersionPrerelease = ""
|
||||
)
|
||||
|
||||
// GetHumanVersion composes the parts of the version in a way that's suitable
|
||||
|
|
Loading…
Reference in New Issue