bump -8-rc

This commit is contained in:
zzz
2024-07-15 08:51:44 -04:00
parent ecc1f48ace
commit 04390dd8fd
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2024-07-15 zzz
* Pull translations from Transifex
2024-07-06 zzz
* Console: Fix tunnel.Bps.* graphs sometimes not rendering
2024-07-05 zzz
* I2CP: Send DestroySessionMessage with dummy SessionID if unset
* imagegen: QR code text size/placement tweaks
2024-07-02 zzz
* Jetty: Don't show null exception message in XSSFilter

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;