Skip to content

Commit 73aabc2

Browse files
committed
Bump version to 0.4.2
+ Only packaging changes
1 parent 363f480 commit 73aabc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ deploy:
2929
secure: Yk90ANpSPv1iJy8QDXCPwfaSmEr/WIJ3bzhQ6X8JvZjfrwTosbh0HrUzQyeac3nyvNwj7YJRssolOFc21IBKPpCFTZqYxSkuLPU6ysG4HGHgN6YJhOMm4mG4KKJ6741q3DJendhZpalBhCEi+NcZK/PCSD97Vl4OqRjBUged0fs=
3030
file:
3131
- "./dist/tini"
32-
- "./dist/tini_0.4.1.deb"
33-
- "./dist/tini_0.4.1.rpm"
32+
- "./dist/tini_0.4.2.deb"
33+
- "./dist/tini_0.4.2.rpm"
3434
on:
3535
repo: krallin/tini
3636
tags: true

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (tini C)
44
# Config
55
set (tini_VERSION_MAJOR 0)
66
set (tini_VERSION_MINOR 4)
7-
set (tini_VERSION_PATCH 1)
7+
set (tini_VERSION_PATCH 2)
88
execute_process (COMMAND git log -n 1 --date=local --pretty=format:"%h" WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" OUTPUT_VARIABLE tini_VERSION_GIT)
99

1010
# Flags

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
3434
to manually invoke Tini:
3535

3636
# Add Tini
37-
ENV TINI_VERSION v0.4.1
37+
ENV TINI_VERSION v0.4.2
3838
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
3939
RUN chmod +x /tini
4040
ENTRYPOINT ["/tini", "--"]

0 commit comments

Comments
 (0)