This commit is contained in:
zzz
2021-12-28 12:24:37 -05:00
parent faa1bf117a
commit bc97e955e2
2 changed files with 2 additions and 1 deletions

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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";