mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: publish android-client 1.5.3 (#10141)
This commit is contained in:
@@ -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.2"
|
||||
next_android_client_version="1.5.3"
|
||||
current_android_client_version="1.5.3"
|
||||
next_android_client_version="1.5.4"
|
||||
|
||||
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;}' {} \;
|
||||
|
||||
Reference in New Issue
Block a user