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 d65d6ee commit 4951244Copy full SHA for 4951244
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Xikou Bridge 3.8.2
7
+
8
+### Fixed
9
+* GODT-3235: Update bridge update key.
10
11
12
## Xikou Bridge 3.8.1
13
14
### Added
Makefile
@@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
.PHONY: build build-gui build-nogui build-launcher versioner hasher
# Keep version hardcoded so app build works also without Git repository.
-BRIDGE_APP_VERSION?=3.8.1+git
+BRIDGE_APP_VERSION?=3.8.2+git
15
APP_VERSION:=${BRIDGE_APP_VERSION}
16
APP_FULL_NAME:=Proton Mail Bridge
17
APP_VENDOR:=Proton AG
0 commit comments