mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
chore: bump version to 1.3.0
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## Unreleased
|
## [v1.3.0] Emma (beta 2020-07-XXX)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* IMAP mailbox info update when new mailbox is created.
|
* IMAP mailbox info update when new mailbox is created.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ TARGET_OS?=${GOOS}
|
|||||||
## Build
|
## Build
|
||||||
.PHONY: build build-nogui check-has-go
|
.PHONY: build build-nogui check-has-go
|
||||||
|
|
||||||
BRIDGE_VERSION?=1.2.7-git
|
BRIDGE_VERSION?=1.3.0-git
|
||||||
REVISION:=$(shell git rev-parse --short=10 HEAD)
|
REVISION:=$(shell git rev-parse --short=10 HEAD)
|
||||||
BUILD_TIME:=$(shell date +%FT%T%z)
|
BUILD_TIME:=$(shell date +%FT%T%z)
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.PHONY: check-has-go install-godog test test-live test-debug test-live-debug
|
.PHONY: check-has-go install-godog test test-live test-debug test-live-debug
|
||||||
|
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
export BRIDGE_VERSION:=1.2.7-integrationtests
|
export BRIDGE_VERSION:=1.3.0-integrationtests
|
||||||
export VERBOSITY?=fatal
|
export VERBOSITY?=fatal
|
||||||
export TEST_DATA=testdata
|
export TEST_DATA=testdata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user