更新 shells/tv.sh

This commit is contained in:
悟空的日常镜像仓库 2024-08-04 16:35:25 +08:00
parent 61f0830c5c
commit 631c87a56c

View File

@ -30,7 +30,7 @@ get_docker_version() {
version=$APP_VERSION version=$APP_VERSION
else else
# 若 /etc/environment 中的 APP_VERSION 为空,使用默认值 # 若 /etc/environment 中的 APP_VERSION 为空,使用默认值
version="1.0.2" version="1.0.6"
fi fi
echo $version echo $version
} }