Skip to content

Commit

Permalink
chore: bump metadata_vsn and emqx_plugrel_vsn in release.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMoen committed Jul 22, 2024
1 parent 625149f commit 01d882a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/emqx_plugrel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

-export([init/1, do/1, format_error/1]).

-define(METADATA_VSN, <<"0.1.0">>).
-define(METADATA_VSN, <<"0.2.0">>).
-define(PLUG_REL_TAG, <<"0.5.1">>).

-define(plugin_readme_file, "README.md").
-define(plugin_avsc_file, "priv/config_schema.avsc").
Expand Down Expand Up @@ -65,6 +66,7 @@ collect_info(PluginInfo, Name, Version, Apps, State) ->
, metadata_vsn => ?METADATA_VSN
, built_on_otp_release => bin(erlang:system_info(otp_release))
, with_config_schema => filelib:is_regular(?plugin_avsc_file)
, emqx_plugrel_vsn => ?PLUG_REL_TAG
, hidden => bin(maps:get(hidden, Info, false))
},
maps:merge(Info, MoreInfo).
Expand Down

0 comments on commit 01d882a

Please sign in to comment.