Puts the tree in 0.9.3 release mode.

This commit is contained in:
James Phillips 2017-09-08 09:34:55 -07:00
parent 8be4ee766a
commit 9a4ed967c1
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
2 changed files with 2 additions and 2 deletions

View File

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

View File

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