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 36fdb88 commit 7c41c8eCopy full SHA for 7c41c8e
Changelog.md
@@ -2,6 +2,12 @@
2
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
+## [Bridge 1.8.3] James
6
+
7
+### Fixed
8
+* GODT-1182: Use correct contact route.
9
10
11
## [Bridge 1.8.2] James
12
13
### Fixed
Makefile
@@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
# Keep version hardcoded so app build works also without Git repository.
-BRIDGE_APP_VERSION?=1.8.2+git
+BRIDGE_APP_VERSION?=1.8.3+git
14
IE_APP_VERSION?=1.3.3+git
15
APP_VERSION:=${BRIDGE_APP_VERSION}
16
SRC_ICO:=logo.ico
0 commit comments