diff --git a/scripts/update_panel.sh b/scripts/update_panel.sh index f385c88e..ad1e8d1a 100644 --- a/scripts/update_panel.sh +++ b/scripts/update_panel.sh @@ -106,9 +106,9 @@ if version_lt "$oldVersion" "2.2.4"; then fi fi -if version_lt "$oldVersion" "2.2.9"; then - echo "更新面板到 v2.2.9 ..." - echo "Update panel to v2.2.9 ..." +if version_lt "$oldVersion" "2.2.10"; then + echo "更新面板到 v2.2.10 ..." + echo "Update panel to v2.2.10 ..." if [ -f "/usr/bin/podman" ]; then panel writePlugin podman 4.0.0 if [ "${OS}" == "debian" ]; then