Commit 83a5eaa1 authored by Diptanu Choudhury's avatar Diptanu Choudhury
Browse files

Updating the version

parent badcdd23
Showing with 11 additions and 2 deletions
+11 -2
## 0.2.3-rc1 (December 15, 2015)
BUG FIXES:
* client: Fixes for user lookup to support CoreOS [GH-591]
* discovery: Fixes for service registration when multiple allocations are bin
packed on a node [GH-583]
* discovery: Using a random prefix for nomad managed services [GH-579]
* configuration: Sort configuration files [GH-588]
## 0.2.2 (December 11, 2015)
IMPROVEMENTS:
......
......@@ -5,9 +5,9 @@ var GitCommit string
var GitDescribe string
// The main version number that is being run at the moment.
const Version = "0.2.2"
const Version = "0.2.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
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = ""
const VersionPrerelease = "rc1"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment