From da234e9651cff0076d043f9ab28cb3beaa2f6318 Mon Sep 17 00:00:00 2001 From: Joern Barthel Date: Fri, 13 Feb 2015 17:24:49 +0100 Subject: [PATCH] Release 0.0.6. --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc3c8af..0877881 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TOKEN = `cat .token` REPO := envplate USER := kreuzwerker -VERSION := "v0.0.5" +VERSION := "v0.0.6" build: darwin linux diff --git a/README.md b/README.md index 1ff6d36..bbb19c5 100644 --- a/README.md +++ b/README.md @@ -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 ...