Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit d566c41

Browse files
committed
Prepare release 0.2.9
1 parent 7a62fb1 commit d566c41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.9 (Unreleased)
1+
## 0.2.9 (27 December 2019)
22

33
IMPROVEMENTS:
44
* Update vendoered version of Nomad to 0.9.6 [GH-313](https://github.com/jrasell/levant/pull/313)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:latest
33
LABEL maintainer James Rasell<(jamesrasell@gmail.com)> (@jrasell)
44
LABEL vendor "jrasell"
55

6-
ENV LEVANT_VERSION 0.2.8
6+
ENV LEVANT_VERSION 0.2.9
77

88
WORKDIR /usr/bin/
99

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Version = "0.2.9"
88
// VersionPrerelease is a pre-release marker for the version. If this is ""
99
// (empty string) then it means that it is a final release. Otherwise, this is
1010
// a pre-release such as "dev" (in development), "beta", "rc1", etc.
11-
const VersionPrerelease = "dev"
11+
const VersionPrerelease = ""
1212

1313
// Get returns a human readable version of Levant.
1414
func Get() string {

0 commit comments

Comments
 (0)