chore: publish android-client 1.5.4 (#10374)

This commit is contained in:
Firezone Bot
2025-09-18 10:37:20 -07:00
committed by GitHub
parent bfbdec1ea9
commit 8f46007674
6 changed files with 10 additions and 9 deletions

View File

@@ -126,8 +126,8 @@ function apple() {
# 6. Run `scripts/bump-versions.sh android` to update the versions in the codebase.
# 7. Commit the changes and open a PR.
function android() {
current_android_client_version="1.5.3"
next_android_client_version="1.5.4"
current_android_client_version="1.5.4"
next_android_client_version="1.5.5"
update_changelog "website/src/components/Changelog/Android.tsx" "$current_android_client_version"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_client_version}"'/g;}' {} \;