Skip to content

Commit b71d7d5

Browse files
Change version to 7.43.2
1 parent 8a4d768 commit b71d7d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ loader_version=0.15.11
1313
fabric_version=0.100.3+1.21
1414

1515
# Mod Properties
16-
mod_version = v7.43.1-MC1.21
16+
mod_version = v7.43.2-MC1.21
1717
maven_group = net.wurstclient
1818
archives_base_name = Wurst-Client
1919

src/main/java/net/wurstclient/WurstClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public enum WurstClient
5858
public static MinecraftClient MC;
5959
public static IMinecraftClient IMC;
6060

61-
public static final String VERSION = "7.43.1";
61+
public static final String VERSION = "7.43.2";
6262
public static final String MC_VERSION = "1.21";
6363

6464
private WurstAnalytics analytics;

0 commit comments

Comments
 (0)