chore(dashboard): update version for dashboard

This commit is contained in:
JimMoen 2021-09-23 17:43:33 +08:00
parent 9ac1e9fcd9
commit 22e8c83a52
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.13
export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.14
ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none
endif