ci: bump all clients to include fix for #6781 (#6820)

bump all clients to include #6781 fix

---------

Co-authored-by: Not Applicable <ReactorScram@users.noreply.github.com>
This commit is contained in:
Jamil
2024-09-25 12:27:50 -07:00
committed by GitHub
parent a19d473c21
commit 332a9fe352
20 changed files with 112 additions and 82 deletions

View File

@@ -18,18 +18,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.3.3
current-android-version = 1.3.2
current-apple-version = 1.3.4
current-android-version = 1.3.3
current-gateway-version = 1.3.1
current-gui-version = 1.3.4
current-headless-version = 1.3.1
current-gui-version = 1.3.5
current-headless-version = 1.3.2
# Tracks the next version to release for each platform
next-apple-version = 1.3.4
next-android-version = 1.3.3
next-apple-version = 1.3.5
next-android-version = 1.3.4
next-gateway-version = 1.3.2
next-gui-version = 1.3.5
next-headless-version = 1.3.2
next-gui-version = 1.3.6
next-headless-version = 1.3.3
# macOS uses a slightly different sed syntax
ifeq ($(shell uname),Darwin)