This commit is contained in:
zzz
2018-11-15 19:45:21 +00:00
parent 812baf8bd9
commit f1e9bf8222
2 changed files with 4 additions and 1 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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";