We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4370785 commit 2a834ceCopy full SHA for 2a834ce
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.16
+current_version = 0.4.17
3
files = init-plain/usr/local/bin/entrypoint.sh
4
commit = True
5
tag = True
init-plain/usr/local/bin/entrypoint.sh
#!/bin/bash
-echo "[II] qnib/init-plain script v0.4.16"
+echo "[II] qnib/init-plain script v0.4.17"
set -e
if [[ -z ${SKIP_ENTRYPOINTS} ]];then
0 commit comments