Skip to content

Commit

Permalink
bump version to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Mar 27, 2024
1 parent 85bd5b9 commit 6a54b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.peergos</groupId>
<artifactId>nabu</artifactId>
<version>v0.7.5</version>
<version>v0.7.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
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 @@ -18,7 +18,7 @@

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

private static final boolean LOGGING = true;
Expand Down

0 comments on commit 6a54b41

Please sign in to comment.