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 da62b5a commit 0171742Copy full SHA for 0171742
1 file changed
common/src/main/java/com/github/litermc/vtil/Constants.java
@@ -6,7 +6,7 @@
6
public final class Constants {
7
public static final String MOD_ID = "vtil";
8
public static final String MOD_NAME = "vtil";
9
- public static final String MOD_VERSION = "0.4.2";
+ public static final String MOD_VERSION = "0.4.3";
10
public static final Logger LOG = LoggerFactory.getLogger(MOD_NAME);
11
12
private Constants() {}
0 commit comments