Update version to v2.3.8

Update version to v2.3.8
This commit is contained in:
心隨緣動
2024-06-24 01:56:42 +08:00
committed by GitHub
parent ea38694225
commit b532a8b040
+1 -2
View File
@@ -33,7 +33,6 @@ else
exit 1
fi
echo ""
echo -e "——————————————————————"
echo -e "当前服务器的操作系统为:${red} $release${plain}"
echo ""
@@ -41,7 +40,7 @@ xui_version=$(/usr/local/x-ui/x-ui -v)
last_version=$(curl -Ls "https://api.github.com/repos/xeefei/3x-ui/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
echo -e "${green}当前代理面板的版本为: ${red}3X-UI优化版〕v${xui_version}${plain}"
echo ""
echo -e "${yellow}3X-UI优化版〕最新版为---------->>>${last_version}${plain}"
echo -e "${yellow}3X-UI优化版〕最新版为----------->>>${last_version}${plain}"
os_version=$(grep -i version_id /etc/os-release | cut -d \" -f2 | cut -d . -f1)