Skip to content

Commit

Permalink
Merge pull request #70 from jrasell/f_0.0.3_release
Browse files Browse the repository at this point in the history
Update for 0.0.3 release.
  • Loading branch information
jrasell committed Dec 23, 2017
2 parents dd7a101 + 0447da1 commit 7a3b98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.3 (Unreleased)
## 0.0.3 (23 December 2017)

IMPROVEMENTS:
* Levant can now track Nomad auto-revert of a failed deployment [GH-55](https://github.com/jrasell/levant/pull/55)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Version = "0.0.3"
// VersionPrerelease is 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 = "dev"
const VersionPrerelease = ""

// Get returns a human readable version of Levant.
func Get() string {
Expand Down

0 comments on commit 7a3b98b

Please sign in to comment.