Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed May 3, 2024
1 parent ad106bb commit b7cba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/insidious/plugin/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ private static String getHostname() {
.getPath(System.getProperty("user.home"), ".unlogged");
public static final String COMPLETED = "completed";
public static final String PENDING = "pending";
public static final String AGENT_VERSION = "0.4.8";
public static final String AGENT_VERSION = "0.4.9";
public static final String HOSTNAME = getHostname();
}

0 comments on commit b7cba77

Please sign in to comment.