We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a9cf8 commit 231b55bCopy full SHA for 231b55b
src/main/java/org/mcphackers/mcp/MCP.java
@@ -13,7 +13,7 @@
13
14
public class MCP {
15
16
- public static final String VERSION = "v0.2";
+ public static final String VERSION = "v0.1";
17
public static EnumMode mode = null;
18
public static EnumMode helpCommand = null;
19
public static MCPLogger logger;
0 commit comments