hosted initiate new version

This commit is contained in:
pvincent
2026-08-23 11:28:58 +04:00
parent 0eaf5e089e
commit 13985bfbde
2 changed files with 15 additions and 1 deletions
+5 -1
View File
@@ -612,7 +612,11 @@ function usage {
}
function version {
cat "${MIAOU_BASH_DIR:-/opt/miaou-bash}/.semver_git_tag"
if [[ -f /var/lib/miaou-bash/semver_current ]]; then
cat /var/lib/miaou-bash/semver_current
else
cat "${MIAOU_BASH_DIR}/.semver_git_tag"
fi
}
function parse_options {