fix(frontend): dashboard 4.3.1 for a security patch

This commit is contained in:
Zaiming Shi 2021-05-07 11:24:46 +02:00 committed by Zaiming (Stone) Shi
parent 30c214d64b
commit 958143f7a9
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
export EMQX_CE_DASHBOARD_VERSION ?= v4.3.1
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif