feat: dashboard UI version, beat 11

This commit is contained in:
DDDHuang 2021-09-06 17:59:14 +08:00 committed by turtleDeng
parent b1023d9733
commit 455baa5465
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_DASHBOARD_VERSION ?= v5.0.0-beta.10
export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.11
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif