Skip to content

Commit 0171742

Browse files
committed
bump version to 0.4.3
1 parent da62b5a commit 0171742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/com/github/litermc/vtil/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public final class Constants {
77
public static final String MOD_ID = "vtil";
88
public static final String MOD_NAME = "vtil";
9-
public static final String MOD_VERSION = "0.4.2";
9+
public static final String MOD_VERSION = "0.4.3";
1010
public static final Logger LOG = LoggerFactory.getLogger(MOD_NAME);
1111

1212
private Constants() {}

0 commit comments

Comments
 (0)