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

Change version to 7.34

This commit is contained in:
Alexander01998 2023-05-05 21:57:18 +02:00
parent 51e8e2d148
commit d67acaa238
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.14.19
fabric_version=0.80.0+1.19.4
# Mod Properties
mod_version = v7.33-MC1.19.4
mod_version = v7.34-MC1.19.4
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.33";
public static final String VERSION = "7.34";
public static final String MC_VERSION = "1.19.4";
private WurstAnalytics analytics;