This commit is contained in:
zzz
2022-12-26 14:15:30 -05:00
parent 2b8d3477ce
commit b5ce70955b
2 changed files with 13 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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";