chore: bump to e5.1.0 official cut

This commit is contained in:
Zaiming (Stone) Shi 2023-06-20 17:08:18 +02:00
parent b11341a23b
commit 728656d4f6
2 changed files with 1 additions and 14 deletions

View File

@ -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").

View File

@ -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.