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

Change version to 7.32

This commit is contained in:
Alexander01998 2023-01-04 17:37:53 +01:00
parent 4812bd4548
commit 493efe205f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.14.11
fabric_version=0.68.1+1.19.3
# Mod Properties
mod_version = v7.31-MC1.19.3
mod_version = v7.32-MC1.19.3
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -56,7 +56,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;
public static final String VERSION = "7.31";
public static final String VERSION = "7.32";
public static final String MC_VERSION = "1.19.3";
private WurstAnalytics analytics;