From 27e7d7967d03a47f51b0687354c66dc4643a2dfb Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 14 Dec 2021 09:24:07 +0100 Subject: [PATCH] Other: Bridge Kwai 2.0.1 --- Changelog.md | 6 ++++++ Makefile | 2 +- test/Makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 84cb5d71..507320cb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 2.0.1] Kwai + +### Fixed +* GODT-1468: Fix main windows status and add background context without retry. + + ## [Bridge 2.0.0] Kwai ## Added diff --git a/Makefile b/Makefile index fdda34e5..c12e4766 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=2.0.0+git +BRIDGE_APP_VERSION?=2.0.1+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns diff --git a/test/Makefile b/test/Makefile index 3608dcb8..be9eb471 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ .PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench export GO111MODULE=on -export BRIDGE_VERSION:=2.0.0+integrationtests +export BRIDGE_VERSION:=2.0.1+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata