Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jul 23, 2018
1 parent 1f3016e commit 25d5a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox

ENV ETCDENV_VERSION=0.4.0
ENV ETCDENV_VERSION=0.4.1

ADD https://github.com/upfluence/etcdenv/releases/download/v${ETCDENV_VERSION}/etcdenv-linux-amd64-${ETCDENV_VERSION} /etcdenv
RUN ["chmod", "+x", "/etcdenv"]
Expand Down
2 changes: 1 addition & 1 deletion etcdenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/upfluence/goutils/log"
)

const currentVersion = "0.4.0"
const currentVersion = "0.4.1"

var (
flagset = flag.NewFlagSet("etcdenv", flag.ExitOnError)
Expand Down

0 comments on commit 25d5a76

Please sign in to comment.