Merge pull request #10245 from lafirest/chore/bump_plugin

chore: bump emqx_plugin_libs.app.src
This commit is contained in:
lafirest 2023-03-27 14:03:15 +08:00 committed by GitHub
commit 4e909e4ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_plugin_libs, [
{description, "EMQX Plugin utility libs"},
{vsn, "4.3.7"},
{vsn, "4.3.8"},
{modules, []},
{applications, [kernel, stdlib]},
{env, []}