Skip to content

Commit

Permalink
Router: add -rc qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 4, 2024
1 parent 8b37100 commit bdcbc1e
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 = 8;
/** for example "-test" */
public final static String EXTRA = "";
Expand Down

0 comments on commit bdcbc1e

Please sign in to comment.