chore(dashboard): pin dashboard version v4.3.0

This commit is contained in:
Zaiming Shi 2021-04-30 11:44:58 +02:00 committed by Zaiming (Stone) Shi
parent 01696ce595
commit 05835f2fab
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BUILD = $(CURDIR)/build
SCRIPTS = $(CURDIR)/scripts
export PKG_VSN ?= $(shell $(CURDIR)/pkg-vsn.sh)
export EMQX_DESC ?= EMQ X
export EMQX_CE_DASHBOARD_VERSION ?= v4.3.0-rc.1
export EMQX_CE_DASHBOARD_VERSION ?= v4.3.0
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif