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 413ab1f commit 7fa1948Copy full SHA for 7fa1948
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Ypsilon Bridge 3.9.1
7
+
8
+### Fixed
9
+* GODT-3235: Update bridge update key.
10
11
12
## Ypsilon Bridge 3.9.0
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.9.0+git
+BRIDGE_APP_VERSION?=3.9.1+git
15
APP_VERSION:=${BRIDGE_APP_VERSION}
16
APP_FULL_NAME:=Proton Mail Bridge
17
APP_VENDOR:=Proton AG
0 commit comments