From d2dda6972923cf1500b05530670442fd6d5cde5d Mon Sep 17 00:00:00 2001 From: zhouzb Date: Sat, 30 Jul 2022 12:29:36 +0800 Subject: [PATCH] chore: update dashboard vsn --- 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 4786331cf..b4ddc5679 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.4' - EMQX_EE_DASHBOARD_VERSION='v4.4.13' + EMQX_EE_DASHBOARD_VERSION='v4.4.14' ;; *) echo "Unsupported version $PKG_VSN" >&2