chore: update app version
This commit is contained in:
parent
e8176b80a6
commit
a0644d4612
|
@ -2,7 +2,7 @@
|
||||||
{application, emqx_rule_engine, [
|
{application, emqx_rule_engine, [
|
||||||
{description, "EMQX Rule Engine"},
|
{description, "EMQX Rule Engine"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "5.1.2"},
|
{vsn, "5.1.3"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
|
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed that the `reason` in the `authn_complete_event` event was not displayed correctly.
|
Loading…
Reference in New Issue