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

Change version to 7.46pre2

This commit is contained in:
Alexander01998 2024-09-10 17:17:11 +02:00
parent ea160e7440
commit 2c8db665e8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ loader_version=0.16.4
fabric_version=0.103.0+1.21.1
# Mod Properties
mod_version = v7.46pre1-MC1.21.1
mod_version = v7.46pre2-MC1.21.1
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -50,7 +50,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;
public static final String VERSION = "7.46pre1";
public static final String VERSION = "7.46pre2";
public static final String MC_VERSION = "1.21.1";
private WurstAnalytics analytics;