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 3ba37b7 commit 0700cb1Copy full SHA for 0700cb1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.17
+current_version = 0.4.18
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.17"
+echo "[II] qnib/init-plain script v0.4.18"
set -e
if [[ -z ${SKIP_ENTRYPOINTS} ]];then
0 commit comments