Skip to content

Commit

Permalink
Merge pull request #322 from jrasell/f-release-0.2.9
Browse files Browse the repository at this point in the history
Prepare release 0.2.9
  • Loading branch information
jrasell authored Dec 27, 2019
2 parents 7a62fb1 + d566c41 commit 0f1913e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.9 (Unreleased)
## 0.2.9 (27 December 2019)

IMPROVEMENTS:
* Update vendoered version of Nomad to 0.9.6 [GH-313](https://github.com/jrasell/levant/pull/313)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:latest
LABEL maintainer James Rasell<(jamesrasell@gmail.com)> (@jrasell)
LABEL vendor "jrasell"

ENV LEVANT_VERSION 0.2.8
ENV LEVANT_VERSION 0.2.9

WORKDIR /usr/bin/

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.2.9"
// 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 0f1913e

Please # to comment.