Skip to content

Commit

Permalink
bump version to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 26, 2025
1 parent 2dae54d commit 745ea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/peergos/net/APIHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class APIHandler extends Handler {
public static final String API_URL = "/api/v0/";
public static final Version CURRENT_VERSION = Version.parse("0.7.8");
public static final Version CURRENT_VERSION = Version.parse("0.7.9");
private static final Logger LOG = Logging.LOG();

private static final boolean LOGGING = true;
Expand Down

0 comments on commit 745ea00

Please sign in to comment.