This commit is contained in:
zzz
2022-03-03 13:38:37 -05:00
parent 32d60858da
commit 87f7d470a6
2 changed files with 14 additions and 1 deletions
@@ -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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";