bump for review -8-rc

This commit is contained in:
zzz
2025-03-14 14:11:20 -04:00
parent ee22474dd4
commit ec1458d75d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2025-03-14 zzz
* Update translations
2025-03-08 zzz
* Tunnels: Fix UOE on timeout of OB client tunnel test

View File

@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "-rc";
public final static long BUILD = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;