Skip to content

Commit

Permalink
Router: add -rc
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 21, 2023
1 parent 70fa743 commit be594a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit be594a5

Please sign in to comment.