From ed7db7369a77ac6b4f93b0c6a4aa5172a5721001 Mon Sep 17 00:00:00 2001 From: Kinplemelon Date: Fri, 26 May 2023 16:58:14 +0800 Subject: [PATCH] chore: upgrade dashboard to e1.0.7 for ee and v1.2.5 for ce --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 785458601..b579a078d 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ endif # Dashbord version # from https://github.com/emqx/emqx-dashboard5 -export EMQX_DASHBOARD_VERSION ?= v1.2.4-1 -export EMQX_EE_DASHBOARD_VERSION ?= e1.0.7-beta.3 +export EMQX_DASHBOARD_VERSION ?= v1.2.5 +export EMQX_EE_DASHBOARD_VERSION ?= e1.0.7 # `:=` 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.