chore: Version bumps

This commit is contained in:
ieQu1 2024-05-28 00:14:01 +02:00
parent 04305d004f
commit 8fbeca4321
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
{vsn, "5.3.0"},
{vsn, "5.4.0"},
{modules, []},
{registered, []},
{applications, [

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auth, [
{description, "EMQX Authentication and authorization"},
{vsn, "0.3.0"},
{vsn, "0.4.0"},
{modules, []},
{registered, [emqx_auth_sup]},
{applications, [

View File

@ -2,7 +2,7 @@
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
% strict semver, bump manually!
{vsn, "5.2.0"},
{vsn, "5.3.0"},
{modules, []},
{registered, [emqx_management_sup]},
{applications, [