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

Change version to 7.39.1

This commit is contained in:
Alexander01998 2023-11-27 10:05:37 +01:00
parent 97d1225f72
commit d42d8728bf
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ loader_version=0.14.24
fabric_version=0.90.7+1.20.2
# Mod Properties
mod_version = v7.39-MC1.20.2
mod_version = v7.39.1-MC1.20.2
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;
public static final String VERSION = "7.39";
public static final String VERSION = "7.39.1";
public static final String MC_VERSION = "1.20.2";
private WurstAnalytics analytics;