Skip to content

Commit 3fae571

Browse files
Change version to 7.51
1 parent 76dee0b commit 3fae571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ loom_version=1.12-SNAPSHOT
1515
fabric_version=0.137.0+1.21.10
1616

1717
# Mod Properties
18-
mod_version=v7.51pre2-MC1.21.10
18+
mod_version=v7.51-MC1.21.10
1919
maven_group=net.wurstclient
2020
archives_base_name=Wurst-Client
2121
mod_loader=Fabric

src/main/java/net/wurstclient/WurstClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public enum WurstClient
5050
public static MinecraftClient MC;
5151
public static IMinecraftClient IMC;
5252

53-
public static final String VERSION = "7.51pre2";
53+
public static final String VERSION = "7.51";
5454
public static final String MC_VERSION = "1.21.10";
5555

5656
private PlausibleAnalytics plausible;

0 commit comments

Comments
 (0)