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

Skip to content
Snippets Groups Projects
Commit be594a50 authored by eyedeekay's avatar eyedeekay
Browse files

Router: add -rc

parent 70fa743a
No related branches found
Tags i2p-2.3.0-14-rc
No related merge requests found
Pipeline #1325 failed
......@@ -19,7 +19,7 @@ public class RouterVersion {
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "";
public final static String QUALIFIER = "-rc";
public final static long BUILD = 14;
/** for example "-test" */
public final static String 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