mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
chore: release Apple and GUI clients (#8882)
- Apple clients 1.4.12 - GUI clients 1.4.11
This commit is contained in:
@@ -46,8 +46,8 @@ function cargo_update_workspace() {
|
||||
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function apple() {
|
||||
current_apple_version="1.4.11"
|
||||
next_apple_version="1.4.12"
|
||||
current_apple_version="1.4.12"
|
||||
next_apple_version="1.4.13"
|
||||
|
||||
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_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
|
||||
@@ -107,8 +107,8 @@ function android() {
|
||||
# 5. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function gui() {
|
||||
current_gui_version="1.4.10"
|
||||
next_gui_version="1.4.11"
|
||||
current_gui_version="1.4.11"
|
||||
next_gui_version="1.4.12"
|
||||
|
||||
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_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
|
||||
|
||||
Reference in New Issue
Block a user