Skip to content

Commit 51eb2c4

Browse files
committed
Other: Bridge London 2.1.3
1 parent c94d839 commit 51eb2c4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Changelog.md

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

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

5+
## [Bridge 2.1.3] London
6+
7+
## Added
8+
GODT-1525: Add keybase/go-keychain/secretservice as new keychain helper.
9+
10+
## Changed
11+
GODT-1527: Change bug report description.
12+
13+
## Fixed
14+
GODT-1537: Manual in-app update mechanism.
15+
16+
517
## [Bridge 2.1.2] London
618

719
## Added

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-nogui build-launcher versioner hasher
1111

1212
# Keep version hardcoded so app build works also without Git repository.
13-
BRIDGE_APP_VERSION?=2.1.2+git
13+
BRIDGE_APP_VERSION?=2.1.3+git
1414
APP_VERSION:=${BRIDGE_APP_VERSION}
1515
SRC_ICO:=logo.ico
1616
SRC_ICNS:=Bridge.icns

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
22

33
export GO111MODULE=on
4-
export BRIDGE_VERSION:=2.1.2+integrationtests
4+
export BRIDGE_VERSION:=2.1.3+integrationtests
55
export VERBOSITY?=fatal
66
export TEST_DATA=testdata
77

0 commit comments

Comments
 (0)