chore: bump client versions to 1.4.0 (#7092)

In order to release the new control protocol to users, we need to bump
the versions of the clients to 1.4.0. The portal has a version gate to
only select gateways with version >= 1.4.0 for clients >= 1.4.0. Thus,
bumping these versions can only happen once testing has completed and
the gateway has actually been released as 1.4.0.

Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>
This commit is contained in:
Thomas Eizinger
2024-12-04 19:48:51 +00:00
committed by GitHub
parent 4233fb9490
commit 48bd0f9804
14 changed files with 31 additions and 31 deletions

View File

@@ -25,11 +25,11 @@ current-gui-version = 1.3.13
current-headless-version = 1.3.7
# Tracks the next version to release for each platform
next-apple-version = 1.3.10
next-android-version = 1.3.8
next-apple-version = 1.4.0
next-android-version = 1.4.0
next-gateway-version = 1.4.2
next-gui-version = 1.3.14
next-headless-version = 1.3.8
next-gui-version = 1.4.0
next-headless-version = 1.4.0
# macOS uses a slightly different sed syntax
ifeq ($(shell uname),Darwin)