SusiMail: Fix NPE on logout (ticket #2266)

This commit is contained in:
zzz
2018-06-21 18:41:21 +00:00
parent e33bb2ac1e
commit 93c6df7e89
3 changed files with 15 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 21;
public final static long BUILD = 22;
/** for example "-test" */
public final static String EXTRA = "-rc";