Skip to content

Commit

Permalink
Bump version: 0.4.27 → 0.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Jun 7, 2017
1 parent f500615 commit 6182d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.27
current_version = 0.4.28
files = init-plain/usr/local/bin/entrypoint.sh
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion init-plain/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function qecho() {
echo $@
fi
}
qecho "[II] qnib/init-plain script v0.4.27"
qecho "[II] qnib/init-plain script v0.4.28"
set -e

if [[ -z ${SKIP_ENTRYPOINTS} ]];then
Expand Down
2 changes: 1 addition & 1 deletion init-plain/usr/local/bin/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo "[II] qnib/init-plain script v0.4.27"
echo "[II] qnib/init-plain script v0.4.28"
HEALTHCHECK_DIR=${HEALTHCHECK_DIR:-/opt/healthchecks/}
set -e
ERRORCODES=0
Expand Down

0 comments on commit 6182d4d

Please sign in to comment.