feat: update dashboard ui beta10 (#5644)

This commit is contained in:
DDDHuang 2021-09-03 16:07:44 +08:00 committed by GitHub
parent 07821b9574
commit 8f6931e5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.9
export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.10
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif