From 9a4ed967c1c80842536c433228449d3717bc13f9 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 8 Sep 2017 09:34:55 -0700 Subject: [PATCH] Puts the tree in 0.9.3 release mode. --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a20d44bb..306132f01 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 dde6e7ef4..d5b7c9122 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