Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krallin committed Mar 1, 2015
1 parent 8a2e156 commit 03517ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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", "--"]
Expand Down
2 changes: 1 addition & 1 deletion config.mk
@@ -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
Expand Down

0 comments on commit 03517ac

Please sign in to comment.