Skip to content

Commit 7c41c8e

Browse files
committed
Other: Bridge James 1.8.3
1 parent 36fdb88 commit 7c41c8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

5+
## [Bridge 1.8.3] James
6+
7+
### Fixed
8+
* GODT-1182: Use correct contact route.
9+
10+
511
## [Bridge 1.8.2] James
612

713
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
1010
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
1111

1212
# Keep version hardcoded so app build works also without Git repository.
13-
BRIDGE_APP_VERSION?=1.8.2+git
13+
BRIDGE_APP_VERSION?=1.8.3+git
1414
IE_APP_VERSION?=1.3.3+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
SRC_ICO:=logo.ico

0 commit comments

Comments
 (0)