Bump version to 0.3.0

This commit is contained in:
Thomas Orozco 2015-03-01 11:55:08 -05:00
parent 8a2e156182
commit 03517ace39
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
to manually invoke Tini:
# Add Tini
ENV TINI_VERSION v0.2.0
ENV TINI_VERSION v0.3.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

View File

@ -1,4 +1,4 @@
VERSION=0.2.0
VERSION=0.3.0
GIT_REV=$(shell git log -n 1 --date=local --pretty=format:"%h")
# paths