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