Skip to content

Commit

Permalink
Bump version: 0.4.24 → 0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed May 29, 2017
1 parent 7cb2508 commit ff38b77
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.24
current_version = 0.4.25
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 @@ -7,7 +7,7 @@ function qecho() {
echo $@
fi
}
qecho "[II] qnib/init-plain script v0.4.24"
qecho "[II] qnib/init-plain script v0.4.25"
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.24"
echo "[II] qnib/init-plain script v0.4.25"
HEALTHCHECK_DIR=${HEALTHCHECK_DIR:-/opt/healthchecks/}
set -e
ERRORCODES=0
Expand Down

0 comments on commit ff38b77

Please sign in to comment.