chore: bump to e5.1.0 official cut
This commit is contained in:
parent
b11341a23b
commit
728656d4f6
|
@ -35,7 +35,7 @@
|
|||
-define(EMQX_RELEASE_CE, "5.1.0-rc.1").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.1.0-rc.2").
|
||||
-define(EMQX_RELEASE_EE, "5.1.0").
|
||||
|
||||
%% The HTTP API version
|
||||
-define(EMQX_API_VERSION, "5.0").
|
||||
|
|
|
@ -652,16 +652,3 @@ list_dir(Dir) ->
|
|||
false ->
|
||||
[]
|
||||
end.
|
||||
|
||||
profile() ->
|
||||
case os:getenv("PROFILE") of
|
||||
Profile = "emqx-enterprise" ++ _ ->
|
||||
Profile;
|
||||
Profile = "emqx" ++ _ ->
|
||||
Profile;
|
||||
false ->
|
||||
"emqx-enterprise";
|
||||
Profile ->
|
||||
io:format(standard_error, "ERROR: bad_PROFILE ~p~n", [Profile]),
|
||||
exit(bad_PROFILE)
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue