chore: update emqx_module's app version

This commit is contained in:
zhongwencool 2024-07-05 19:21:28 +08:00
parent 9ffe6420c2
commit 7d851872ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_modules, [
{description, "EMQX Modules"},
{vsn, "5.0.26"},
{vsn, "5.0.27"},
{modules, []},
{applications, [kernel, stdlib, emqx, emqx_ctl, observer_cli]},
{mod, {emqx_modules_app, []}},