bump -10. -8 and -9 were tagged but not bumped.

This commit is contained in:
zzz
2026-03-25 13:11:57 -04:00
parent 9a0f22c0d7
commit 2eb223932b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2026-03-25 zzz
* I2CP: Fix LS2 options not being updated on subsession
2026-03-24 zzz
* I2NP: HostReplyMessage updates for proposal 167 (WIP)
2026-03-23 zzz
* Console, eepsite: HTML fixes for Weblate
* UPnP: Fail fast if no local addresses, don't blame on port conflict

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 = "";
public final static long BUILD = 7;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;