Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
Oops; Travis doesn't like seeing a release commit being rebased.
  • Loading branch information
krallin committed Oct 31, 2015
1 parent 486f79f commit 9bfb4a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ deploy:
file:
- "./dist/tini"
- "./dist/tini-static"
- "./dist/tini_0.8.1.deb"
- "./dist/tini_0.8.1.rpm"
- "./dist/tini_0.8.2.deb"
- "./dist/tini_0.8.2.rpm"
on:
repo: krallin/tini
tags: true
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project (tini C)
# Config
set (tini_VERSION_MAJOR 0)
set (tini_VERSION_MINOR 8)
set (tini_VERSION_PATCH 1)
set (tini_VERSION_PATCH 2)

# Extract git version and dirty-ness
execute_process (
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.8.1
ENV TINI_VERSION v0.8.2
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
Expand Down

0 comments on commit 9bfb4a5

Please sign in to comment.