diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a20d44bbc..306132f013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/version/version.go b/version/version.go index dde6e7ef4b..d5b7c9122e 100644 --- a/version/version.go +++ b/version/version.go @@ -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