diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 4115a31..890609c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -530,7 +530,7 @@ jobs: fi sed -i '/swan_ver_latest=/s/^/#/' vpnup.sh - for ver in 4.3 4.4 4.5; do + for ver in 4.3 4.4 4.5 4.6; do [ "$ver" = "4.3" ] && shc=sh || shc=bash sed -i "s/^SWAN_VER=.*/SWAN_VER=$ver/" vpnup.sh "$shc" vpnup.sh <