I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit ec1458d7 authored by zzz's avatar zzz
Browse files

bump for review -8-rc

parent ee22474d
Branches master
No related merge requests found
Pipeline #2279 passed
2025-03-14 zzz
* Update translations
2025-03-08 zzz
* Tunnels: Fix UOE on timeout of OB client tunnel test
 
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment