Skip to content

Commit

Permalink
Bump version: 0.4.31 → 0.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Aug 10, 2018
1 parent 40c0737 commit 813e62b
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.31
current_version = 0.4.32
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.31"
qecho "[II] qnib/init-plain script v0.4.32"
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.31"
echo "[II] qnib/init-plain script v0.4.32"
HEALTHCHECK_DIR=${HEALTHCHECK_DIR:-/opt/healthchecks/}
set -e
ERRORCODES=0
Expand Down

0 comments on commit 813e62b

Please sign in to comment.