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 9c475e4 commit 90f3f9dCopy full SHA for 90f3f9d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.18
+current_version = 0.4.19
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.18"
+echo "[II] qnib/init-plain script v0.4.19"
set -e
if [[ -z ${SKIP_ENTRYPOINTS} ]];then
0 commit comments