ci: Bump Apple clients to 1.4.11 (#8848)

Includes a fix for auto-starting on launch when other VPN clients have
been connected previously.
This commit is contained in:
Jamil
2025-04-19 04:45:42 -07:00
committed by GitHub
parent 9c9dd656c2
commit 5669c83835
7 changed files with 17 additions and 17 deletions

View File

@@ -46,8 +46,8 @@ function cargo_update_workspace() {
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
# updated with the changes.
function apple() {
current_apple_version="1.4.10"
next_apple_version="1.4.11"
current_apple_version="1.4.11"
next_apple_version="1.4.12"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;