This commit is contained in:
zzz
2023-01-21 12:47:05 -05:00
parent 8bbddfc336
commit 3da4369c96
2 changed files with 17 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 = "";