bump -5
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2025-02-25 zzz
|
||||
* Console: Move certs page to a debug page tab
|
||||
* Streaming: Prevent AIOOBE when verifying large signed packets
|
||||
* SusiDNS: Add bubble support
|
||||
|
||||
2025-02-24 zzz
|
||||
* Console: Improve writing efficiency
|
||||
|
||||
2025-02-23 zzz
|
||||
* SusiDNS: Reduce memory usage in AddressBean
|
||||
* Tests: Fix build
|
||||
|
@ -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 = 4;
|
||||
public final static long BUILD = 5;
|
||||
/** 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