bump for review

This commit is contained in:
zzz
2021-05-15 14:03:03 -04:00
parent f83bd18693
commit fb6e8249d0
2 changed files with 21 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "-rc";