chore: Bump clients to 1.1.2 for DNS record type forward (#5703)

Apps are already in review with App Stores
This commit is contained in:
Jamil
2024-07-03 18:31:26 -07:00
committed by GitHub
parent 6641e1b70f
commit 086c730aaf
17 changed files with 78 additions and 42 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.1
current-android-version = 1.1.1
current-apple-version = 1.1.2
current-android-version = 1.1.2
current-gateway-version = 1.1.2
current-gui-version = 1.1.2
current-headless-version = 1.1.1
current-gui-version = 1.1.3
current-headless-version = 1.1.2
# Tracks the next version to release for each platform
next-apple-version = 1.1.2
next-android-version = 1.1.2
next-apple-version = 1.1.3
next-android-version = 1.1.3
next-gateway-version = 1.1.3
next-gui-version = 1.1.3
next-headless-version = 1.1.2
next-gui-version = 1.1.4
next-headless-version = 1.1.3
# macOS uses a slightly different sed syntax
ifeq ($(shell uname),Darwin)