From 433d74254e4d42f1dfacc5029d04a45aa3815520 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Mon, 23 May 2022 23:24:32 +0800 Subject: [PATCH] chore: dashboard v4.4.10 --- scripts/get-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-dashboard.sh b/scripts/get-dashboard.sh index f2e8e0a28..6d94bae58 100755 --- a/scripts/get-dashboard.sh +++ b/scripts/get-dashboard.sh @@ -14,7 +14,7 @@ case "${PKG_VSN}" in 4.4*) # keep the above 4.3 untouched, otherwise conflicts! EMQX_CE_DASHBOARD_VERSION='v4.4.2' - EMQX_EE_DASHBOARD_VERSION='v4.4.9' + EMQX_EE_DASHBOARD_VERSION='v4.4.10' ;; *) echo "Unsupported version $PKG_VSN" >&2