diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index f3e6ab562..a000946e3 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.4.1"}). +-define(EMQX_RELEASE, {opensource, "4.4.2-rc.1"}). -else. diff --git a/scripts/get-dashboard.sh b/scripts/get-dashboard.sh index a83294568..9dd638a40 100755 --- a/scripts/get-dashboard.sh +++ b/scripts/get-dashboard.sh @@ -13,8 +13,8 @@ case "${PKG_VSN}" in ;; 4.4*) # keep the above 4.3 untouched, otherwise conflicts! - EMQX_CE_DASHBOARD_VERSION='v4.4.0' - EMQX_EE_DASHBOARD_VERSION='see-enterprise-repo' + EMQX_CE_DASHBOARD_VERSION='v4.4.1' + EMQX_EE_DASHBOARD_VERSION='v4.4.7' ;; *) echo "Unsupported version $PKG_VSN" >&2