Skip to content

Commit 4370785

Browse files
add version statement to entrypoint.sh
1 parent b8e0de9 commit 4370785

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.bumpversion.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[bumpversion]
2+
current_version = 0.4.16
3+
files = init-plain/usr/local/bin/entrypoint.sh
4+
commit = True
5+
tag = True
6+

init-plain/usr/local/bin/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
echo "[II] qnib/init-plain script v0.4.16"
23
set -e
34

45
if [[ -z ${SKIP_ENTRYPOINTS} ]];then

0 commit comments

Comments
 (0)