ci: Bump Clients and Gateways to fix NAT / allocation issues (#6287)

Bump all Clients and Gateways due to #6265 being fixed.

---------

Co-authored-by: Not Applicable <ReactorScram@users.noreply.github.com>
This commit is contained in:
Jamil
2024-08-13 14:58:12 -07:00
committed by GitHub
parent 585e2146ba
commit 296ca4ad4d
21 changed files with 112 additions and 80 deletions

View File

@@ -13,18 +13,18 @@
# the relevant versions in order to push to a newly drafted release.
# Tracks the current version to use for generating download links and changelogs
current-apple-version = 1.1.4
current-android-version = 1.1.5
current-gateway-version = 1.1.4
current-gui-version = 1.1.11
current-headless-version = 1.1.6
current-apple-version = 1.1.5
current-android-version = 1.1.6
current-gateway-version = 1.1.5
current-gui-version = 1.1.12
current-headless-version = 1.1.7
# Tracks the next version to release for each platform
next-apple-version = 1.1.5
next-android-version = 1.1.6
next-gateway-version = 1.1.5
next-gui-version = 1.1.12
next-headless-version = 1.1.7
next-apple-version = 1.1.6
next-android-version = 1.1.7
next-gateway-version = 1.1.6
next-gui-version = 1.1.13
next-headless-version = 1.1.8
# macOS uses a slightly different sed syntax
ifeq ($(shell uname),Darwin)