From 631c87a56c270f1ecc40ccf2ab7f87055a2f5039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Sun, 4 Aug 2024 16:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20shells/tv.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shells/tv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/tv.sh b/shells/tv.sh index 64e8dc6..7eeb5e5 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -30,7 +30,7 @@ get_docker_version() { version=$APP_VERSION else # 若 /etc/environment 中的 APP_VERSION 为空,使用默认值 - version="1.0.2" + version="1.0.6" fi echo $version }