Merge branch 'release/v1.3.X' into devel

This commit is contained in:
Jakub
2020-08-17 09:58:39 +02:00
17 changed files with 58 additions and 9 deletions

View File

@ -8,7 +8,7 @@ TARGET_OS?=${GOOS}
## Build
.PHONY: build build-nogui check-has-go
BRIDGE_VERSION?=1.2.7-git
BRIDGE_VERSION?=$(shell git describe --abbrev=0 --tags)-git
REVISION:=$(shell git rev-parse --short=10 HEAD)
BUILD_TIME:=$(shell date +%FT%T%z)