chore: publish gui-client 1.5.7 (#10319)

This commit is contained in:
Firezone Bot
2025-09-09 21:22:09 -07:00
committed by GitHub
parent 0f17b5d4a3
commit ff8781b7b6
8 changed files with 17 additions and 16 deletions

View File

@@ -151,8 +151,8 @@ function android() {
# 4. Run `scripts/bump-versions.sh gui` to update the versions in the codebase.
# 5. Commit the changes and open a PR.
function gui() {
current_gui_client_version="1.5.6"
next_gui_client_version="1.5.7"
current_gui_client_version="1.5.7"
next_gui_client_version="1.5.8"
update_changelog "website/src/components/Changelog/GUI.tsx" "$current_gui_client_version"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_client_version}"'/g;}' {} \;