We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbcd0b commit 9f4801bCopy full SHA for 9f4801b
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Infinity Bridge 3.19.0
7
+
8
+### Changed
9
+* BRIDGE-316: Update Qt to latest LTS version 6.8.2.
10
11
12
## Helix Bridge 3.18.0
13
14
### Changed
Makefile
@@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
.PHONY: build build-gui build-nogui build-launcher versioner hasher
# Keep version hardcoded so app build works also without Git repository.
15
-BRIDGE_APP_VERSION?=3.18.0+git
+BRIDGE_APP_VERSION?=3.19.0+git
16
APP_VERSION:=${BRIDGE_APP_VERSION}
17
APP_FULL_NAME:=Proton Mail Bridge
18
APP_VENDOR:=Proton AG
0 commit comments