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

Change version to 7.22

This commit is contained in:
Alexander01998 2022-03-05 06:09:30 +01:00
parent 716cad3d2a
commit c88c209634
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.13.3
fabric_version=0.47.8+1.18.2
# Mod Properties
mod_version = v7.21-MC1.18.2
mod_version = v7.22-MC1.18.2
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -55,7 +55,7 @@ public enum WurstClient
public static final MinecraftClient MC = MinecraftClient.getInstance();
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.21";
public static final String VERSION = "7.22";
public static final String MC_VERSION = "1.18.2";
private WurstAnalytics analytics;