Merge pull request #8079 from DDDHuang/up_dashboard_44

feat: dashboard v4.4.11 for ee 4.4.4
This commit is contained in:
DDDHuang 2022-05-30 13:39:14 +08:00 committed by GitHub
commit 8cbabe94f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.10'
EMQX_EE_DASHBOARD_VERSION='v4.4.11'
;;
*)
echo "Unsupported version $PKG_VSN" >&2