mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: publish apple-client 1.5.7 (#10159)
This commit is contained in:
@@ -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;}' {} \;
|
||||
|
||||
Reference in New Issue
Block a user