mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Bump client minor version to avoid triggering crash.
This commit is contained in:
@@ -30,7 +30,7 @@ public interface MessagingManager extends ConversationClient {
|
||||
/**
|
||||
* The current minor version of the messaging client.
|
||||
*/
|
||||
int MINOR_VERSION = 1;
|
||||
int MINOR_VERSION = 2;
|
||||
|
||||
/**
|
||||
* Stores a local private message.
|
||||
|
||||
Reference in New Issue
Block a user