fix: versioning

This commit is contained in:
James Houlahan
2020-07-16 10:53:58 +02:00
parent bf0945eaef
commit f073301481
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [v1.3.0] Emma (beta 2020-07-XXX)
## [v1.3.x] Emma (beta 2020-07-XXX)
### Added
* IMAP mailbox info update when new mailbox is created.

View File

@ -8,7 +8,7 @@ TARGET_OS?=${GOOS}
## Build
.PHONY: build build-nogui check-has-go
BRIDGE_VERSION?=1.3.0-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)