bump -10, javadoc typo

This commit is contained in:
zzz
2022-03-20 07:59:32 -04:00
parent e08d2f354a
commit 458e980e2f
3 changed files with 16 additions and 2 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 = 9;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";