chore: update app version

This commit is contained in:
firest 2024-06-28 15:14:31 +08:00
parent e8176b80a6
commit a0644d4612
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
% strict semver, bump manually!
{vsn, "5.1.2"},
{vsn, "5.1.3"},
{modules, []},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [

View File

@ -0,0 +1 @@
Fixed that the `reason` in the `authn_complete_event` event was not displayed correctly.