mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user