chore: publish apple-client 1.5.7 (#10159)

This commit is contained in:
Firezone Bot
2025-08-07 14:38:03 +10:00
committed by GitHub
parent e5b2af1d4e
commit 95ee111e62
8 changed files with 20 additions and 19 deletions

View File

@@ -90,8 +90,8 @@ function update_version_variables() {
# 6. Run `scripts/bump-versions.sh apple` to update the versions in the codebase.
# 7. Commit the changes and open a PR.
function apple() {
current_apple_client_version="1.5.6"
next_apple_client_version="1.5.7"
current_apple_client_version="1.5.7"
next_apple_client_version="1.5.8"
update_changelog "website/src/components/Changelog/Apple.tsx" "$current_apple_client_version"
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_client_version}"'/g;}' {} \;