Skip to content

Commit

Permalink
bump version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Feb 17, 2024
1 parent 020f06c commit dc12c7a
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.1</version>
<version>v0.7.2</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 @@ -13,7 +13,7 @@

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

private static final boolean LOGGING = true;
Expand Down

0 comments on commit dc12c7a

Please sign in to comment.