Преглед изворни кода

chore: use emqx-relup 0.1.0

Shawn пре 1 година
родитељ
комит
79b65a28c1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -184,7 +184,7 @@ project_app_excluded("apps/" ++ AppStr, ExcludedApps) ->
 
 plugins() ->
     [
-        {emqx_relup, {git, "https://github.com/emqx/emqx-relup.git", {branch, "main"}}},
+        {emqx_relup, {git, "https://github.com/emqx/emqx-relup.git", {branch, "0.1.0"}}},
         %% emqx main project does not require port-compiler
         %% pin at root level for deterministic
         {pc, "v1.14.0"}