Skip to content

Commit

Permalink
Release 0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Feb 13, 2015
1 parent 5264def commit da234e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOKEN = `cat .token`
REPO := envplate
USER := kreuzwerker
VERSION := "v0.0.5"
VERSION := "v0.0.6"

build: darwin linux

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For apps running Docker which rely (fully or partially) on configuration files i
You can directly download envplate binaries into your Dockerfile using Github releases like this:

```
RUN curl -sLo /usr/local/bin/ep https://github.com/kreuzwerker/envplate/releases/download/v0.0.5/ep-linux && chmod +x /usr/local/bin/ep
RUN curl -sLo /usr/local/bin/ep https://github.com/kreuzwerker/envplate/releases/download/v0.0.6/ep-linux && chmod +x /usr/local/bin/ep
...
Expand Down

0 comments on commit da234e9

Please sign in to comment.