chore: bump `emqx_durable_storage` to 0.1.1

This commit is contained in:
Andrew Mayorov 2023-07-07 13:47:03 +02:00
parent 030beb3e6a
commit 8c883feb54
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_durable_storage, [ {application, emqx_durable_storage, [
{description, "Message persistence and subscription replays for EMQX"}, {description, "Message persistence and subscription replays for EMQX"},
% strict semver, bump manually! % strict semver, bump manually!
{vsn, "0.1.0"}, {vsn, "0.1.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, stdlib, rocksdb, gproc, mria]}, {applications, [kernel, stdlib, rocksdb, gproc, mria]},