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 4f0b15b commit 14401b5Copy full SHA for 14401b5
gradle.properties
@@ -15,7 +15,7 @@ loom_version=1.14-SNAPSHOT
15
fabric_version=0.140.0+1.21.11
16
17
# Mod Properties
18
-mod_version=v7.51.3-MC1.21.11
+mod_version=v7.51.4-MC1.21.11
19
maven_group=net.wurstclient
20
archives_base_name=Wurst-Client
21
mod_loader=Fabric
src/main/java/net/wurstclient/WurstClient.java
@@ -50,7 +50,7 @@ public enum WurstClient
50
public static Minecraft MC;
51
public static IMinecraftClient IMC;
52
53
- public static final String VERSION = "7.51.3";
+ public static final String VERSION = "7.51.4";
54
public static final String MC_VERSION = "1.21.11";
55
56
private PlausibleAnalytics plausible;
0 commit comments