0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Change version to 7.43

This commit is contained in:
Alexander01998 2024-06-14 09:01:54 +02:00
parent ca61ec1845
commit eb6615f210
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ loader_version=0.15.11
fabric_version=0.99.4+1.20.6
# Mod Properties
mod_version = v7.43pre2-MC1.20.6
mod_version = v7.43-MC1.20.6
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;
public static final String VERSION = "7.43pre2";
public static final String VERSION = "7.43";
public static final String MC_VERSION = "1.20.6";
private WurstAnalytics analytics;