Bump client major version to ensure group metadata gets created.

This commit is contained in:
akwizgran
2022-05-23 16:12:23 +01:00
parent c37f6069c7
commit f08688708a

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.