Skip to content

Commit

Permalink
bump -2-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Aug 2, 2024
1 parent f3397c3 commit 0657c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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 = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;

public static void main(String args[]) {
Expand Down

0 comments on commit 0657c94

Please sign in to comment.