fix(dashboard): Update dashboard version to 5.0-beta.9

This commit is contained in:
Turtle 2021-08-27 21:02:03 +08:00 committed by turtleDeng
parent 5a0516735f
commit f482ff8116
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BUILD = $(CURDIR)/build
SCRIPTS = $(CURDIR)/scripts SCRIPTS = $(CURDIR)/scripts
export PKG_VSN ?= $(shell $(CURDIR)/pkg-vsn.sh) export PKG_VSN ?= $(shell $(CURDIR)/pkg-vsn.sh)
export EMQX_DESC ?= EMQ X export EMQX_DESC ?= EMQ X
export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.8 export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.9
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
export REBAR_COLOR=none export REBAR_COLOR=none
endif endif