Skip to content

Commit

Permalink
chore: update dashboard version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed May 22, 2024
1 parent 5c9f1d9 commit c54e6a6
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 c54e6a6

Please sign in to comment.