Merge branch '2320-mailbox-metadata-format-exception' into 'master'

Bump major version of mailbox update client to avoid startup failure

Closes #2320

See merge request briar/briar!1647
This commit is contained in:
akwizgran
2022-05-26 12:45:55 +00:00
2 changed files with 21 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ public interface MailboxUpdateManager {
/**
* The current major version of the mailbox update (properties) client.
*/
int MAJOR_VERSION = 1;
int MAJOR_VERSION = 2;
/**
* The current minor version of the mailbox update (properties) client.