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

Change version to 7.27.3

This commit is contained in:
Alexander01998 2022-09-07 01:36:53 +02:00
parent 411ec77edc
commit 059dff713d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ loader_version=0.14.9
fabric_version=0.58.6+1.19.2
# Mod Properties
mod_version = v7.27.2-MC1.19.2
mod_version = v7.27.3-MC1.19.2
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static final MinecraftClient MC = MinecraftClient.getInstance();
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.27.2";
public static final String VERSION = "7.27.3";
public static final String MC_VERSION = "1.19.2";
private WurstAnalytics analytics;