This commit is contained in:
zzz
2022-12-17 11:59:34 -05:00
parent f26c616fdc
commit 73d226e7d7
2 changed files with 12 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 = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";