chore(dashboard): upgrade front-page version

This commit is contained in:
JianBo He 2021-04-08 18:53:31 +08:00
parent 996fcb0d4f
commit 8c1a773057
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-beta.1
export EMQX_CE_DASHBOARD_VERSION ?= v4.3.0-rc.1
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif