Skip to content

Commit

Permalink
chore: bump metadata_vsn to 0.5.1
Browse files Browse the repository at this point in the history
- `metadata_vsn` MUST match the repo's tag version
  • Loading branch information
JimMoen committed May 28, 2024
1 parent 7c411b5 commit a691c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emqx_plugrel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

-define(plugin_readme_file, "README.md").
-define(plugin_avsc_file, "priv/config_schema.avsc").
Expand Down

0 comments on commit a691c91

Please sign in to comment.