fix(dashboard): Update dashboard version to 5.0-beta.7
This commit is contained in:
parent
a4717d2209
commit
56f7d64d79
2
Makefile
2
Makefile
|
@ -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.6
|
||||
export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.7
|
||||
ifeq ($(OS),Windows_NT)
|
||||
export REBAR_COLOR=none
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue