chore: upgrade dashboard to e1.3.1 for ee and v1.5.1 for ce

This commit is contained in:
Kinplemelon 2023-11-09 10:17:58 +08:00
parent 42fa1289a1
commit 5d25daee88
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ endif
# Dashboard version # Dashboard version
# from https://github.com/emqx/emqx-dashboard5 # from https://github.com/emqx/emqx-dashboard5
export EMQX_DASHBOARD_VERSION ?= v1.5.0 export EMQX_DASHBOARD_VERSION ?= v1.5.1
export EMQX_EE_DASHBOARD_VERSION ?= e1.3.0 export EMQX_EE_DASHBOARD_VERSION ?= e1.3.1
PROFILE ?= emqx PROFILE ?= emqx
REL_PROFILES := emqx emqx-enterprise REL_PROFILES := emqx emqx-enterprise