Skip to content

Commit 4892d4d

Browse files
committed
Bump version to 0.15.0
1 parent e4e2f43 commit 4892d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (tini C)
33

44
# Config
55
set (tini_VERSION_MAJOR 0)
6-
set (tini_VERSION_MINOR 14)
6+
set (tini_VERSION_MINOR 15)
77
set (tini_VERSION_PATCH 0)
88

99
# Build options

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
5959
to manually invoke Tini:
6060

6161
# Add Tini
62-
ENV TINI_VERSION v0.14.0
62+
ENV TINI_VERSION v0.15.0
6363
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
6464
RUN chmod +x /tini
6565
ENTRYPOINT ["/tini", "--"]
@@ -85,7 +85,7 @@ The `tini` and `tini-static` binaries are signed using the key `595E85A6B1B4779E
8585
You can verify their signatures using `gpg` (which you may install using
8686
your package manager):
8787

88-
ENV TINI_VERSION v0.14.0
88+
ENV TINI_VERSION v0.15.0
8989
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
9090
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
9191
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \

0 commit comments

Comments
 (0)