This commit is contained in:
zzz
2022-11-23 12:24:29 -05:00
parent 965f84bbfa
commit d82e2fe5ac
2 changed files with 19 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";