fix non-zero build number change that was not checked in

This commit is contained in:
idk
2023-03-13 19:33:12 +00:00
parent 98931bb530
commit 0401157703

View File

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