소스 검색

chore: upgrade dashboard to v1.2.4-1 for ce

Kinplemelon 2 년 전
부모
커밋
88ab9c224d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,7 +15,7 @@ endif
 
 
 # Dashbord version
 # Dashbord version
 # from https://github.com/emqx/emqx-dashboard5
 # from https://github.com/emqx/emqx-dashboard5
-export EMQX_DASHBOARD_VERSION ?= v1.2.4
+export EMQX_DASHBOARD_VERSION ?= v1.2.4-1
 export EMQX_EE_DASHBOARD_VERSION ?= e1.0.6
 export EMQX_EE_DASHBOARD_VERSION ?= e1.0.6
 
 
 # `:=` should be used here, otherwise the `$(shell ...)` will be executed every time when the variable is used
 # `:=` should be used here, otherwise the `$(shell ...)` will be executed every time when the variable is used