forked from I2P_Developers/i2p.i2p
bump -7
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2025-08-17 zzz
|
||||
* NetDB: Exploration improvements and fixes
|
||||
* Router: Fix PublishRouterInfoJob sometimes not getting started
|
||||
* SSU2: Fix last receive time tracking
|
||||
|
||||
2025-08-10 zzz
|
||||
* Console:
|
||||
- Hide b32 link on netdb LS tabs for encrypted LS
|
||||
|
||||
@@ -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 = 6;
|
||||
public final static long BUILD = 7;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user