From 80fdb26b64ab912cd4181a69d91eae2681e30b61 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 20 Jun 2023 15:49:06 +0200 Subject: [PATCH] chore: bump to opensource edition dashboard v1.3.0-1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2453528be..ee0d306fa 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif # Dashboard version # from https://github.com/emqx/emqx-dashboard5 -export EMQX_DASHBOARD_VERSION ?= v1.3.0 +export EMQX_DASHBOARD_VERSION ?= v1.3.0-1 export EMQX_EE_DASHBOARD_VERSION ?= e1.1.0 # `:=` should be used here, otherwise the `$(shell ...)` will be executed every time when the variable is used