Skip to content

Commit

Permalink
Release 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Jul 12, 2015
1 parent 33899b1 commit 09df94b
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.7"
VERSION := "v0.0.8"

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 @@ -40,7 +40,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.7/ep-linux && chmod +x /usr/local/bin/ep
RUN curl -sLo /usr/local/bin/ep https://github.com/kreuzwerker/envplate/releases/download/v0.0.8/ep-linux && chmod +x /usr/local/bin/ep
...
Expand Down

0 comments on commit 09df94b

Please sign in to comment.