File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
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
+
5
17
## [ Bridge 2.1.2] London
6
18
7
19
## Added
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
10
10
.PHONY : build build-nogui build-launcher versioner hasher
11
11
12
12
# 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
14
14
APP_VERSION: =${BRIDGE_APP_VERSION}
15
15
SRC_ICO: =logo.ico
16
16
SRC_ICNS: =Bridge.icns
Original file line number Diff line number Diff line change 1
1
.PHONY : check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
2
2
3
3
export GO111MODULE =on
4
- export BRIDGE_VERSION: =2.1.2 +integrationtests
4
+ export BRIDGE_VERSION: =2.1.3 +integrationtests
5
5
export VERBOSITY? =fatal
6
6
export TEST_DATA =testdata
7
7
You can’t perform that action at this time.
0 commit comments