chore: bump versions

This commit is contained in:
Kjell Winblad 2023-06-26 14:35:29 +02:00
parent 8281b74695
commit 36b7aef04c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_authz, [
{description, "An OTP application"},
{vsn, "0.1.22"},
{vsn, "0.1.23"},
{registered, []},
{mod, {emqx_authz_app, []}},
{applications, [

View File

@ -1,6 +1,6 @@
{application, emqx_ee_connector, [
{description, "EMQX Enterprise connectors"},
{vsn, "0.1.14"},
{vsn, "0.1.15"},
{registered, []},
{applications, [
kernel,