From ecf54298466a21206a6737d3b1cce71bd9d0dfe6 Mon Sep 17 00:00:00 2001 From: Kinplemelon Date: Thu, 28 Sep 2023 15:41:59 +0800 Subject: [PATCH] chore: upgrade dashboard to e1.3.0 for ee and v1.5.0 for ce --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc0d23415..42ae88e95 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ endif # Dashboard version # from https://github.com/emqx/emqx-dashboard5 -export EMQX_DASHBOARD_VERSION ?= v1.4.1 -export EMQX_EE_DASHBOARD_VERSION ?= e1.3.0-beta.6 +export EMQX_DASHBOARD_VERSION ?= v1.5.0 +export EMQX_EE_DASHBOARD_VERSION ?= e1.3.0 # `:=` 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.