We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf4f11 commit ea92c42Copy full SHA for ea92c42
argus-cli/src/main/java/io/argus/cli/ArgusCli.java
@@ -26,7 +26,7 @@
26
*/
27
public final class ArgusCli {
28
29
- private static final String VERSION = "0.4.0";
+ private static final String VERSION = "0.5.0";
30
private static final String DEFAULT_HOST = "localhost";
31
private static final int DEFAULT_PORT = 9202;
32
0 commit comments