Skip to content

Commit

Permalink
Merge pull request #13088 from zmstone/0522-chore-update-dashboard-vsn
Browse files Browse the repository at this point in the history
chore: update dashboard version
  • Loading branch information
zmstone committed May 22, 2024
2 parents 63cb12d + 927b133 commit 8d1abe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
# Dashboard version
# from https://github.com/emqx/emqx-dashboard5
export EMQX_DASHBOARD_VERSION ?= v1.9.0-beta.1
export EMQX_EE_DASHBOARD_VERSION ?= e1.7.0-beta.4
export EMQX_EE_DASHBOARD_VERSION ?= e1.7.0-beta.9

PROFILE ?= emqx
REL_PROFILES := emqx emqx-enterprise
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ make_docs() {
scripts/merge-i18n.escript | jq --sort-keys . > "$desc"
else
# it is not a big deal if we cannot generate the desc
log_red "NOT Generated: $desc"
log_red "NOT Generated: $desc due to jq command missing."
fi
}

Expand Down

0 comments on commit 8d1abe8

Please sign in to comment.