Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
83a5eaa1
Commit
83a5eaa1
authored
9 years ago
by
Diptanu Choudhury
Browse files
Options
Download
Email Patches
Plain Diff
Updating the version
parent
badcdd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+9
-0
CHANGELOG.md
version.go
+2
-2
version.go
with
11 additions
and
2 deletions
+11
-2
CHANGELOG.md
+
9
-
0
View file @
83a5eaa1
## 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:
...
...
This diff is collapsed.
Click to expand it.
version.go
+
2
-
2
View file @
83a5eaa1
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment