From 4071acfbd88a88b46dd9e4c5ca9cfaa644f9fcc6 Mon Sep 17 00:00:00 2001 From: YuShifan <894402575bt@gmail.com> Date: Mon, 19 Jun 2023 15:46:43 +0800 Subject: [PATCH] chore: upgrade dashboard to e1.1.0-beta.8 for ee and v1.3.0-1 for ce --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f04f2fd77..22eff4c2f 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ endif # Dashboard version # from https://github.com/emqx/emqx-dashboard5 -export EMQX_DASHBOARD_VERSION ?= v1.3.0 -export EMQX_EE_DASHBOARD_VERSION ?= e1.1.0-beta.7 +export EMQX_DASHBOARD_VERSION ?= v1.3.0-1 +export EMQX_EE_DASHBOARD_VERSION ?= e1.1.0-beta.8 # `:=` should be used here, otherwise the `$(shell ...)` will be executed every time when the variable is used # In make 4.4+, for backward-compatibility the value from the original environment is used.