Skip to content

Commit

Permalink
Change version to 7.46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Oct 28, 2024
1 parent 640a8cb commit c82b31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loader_version=0.16.7
fabric_version=0.106.1+1.21.3

# Mod Properties
mod_version = v7.46.1-MC1.21.3
mod_version = v7.46.2-MC1.21.3
maven_group = net.wurstclient
archives_base_name = Wurst-Client

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/wurstclient/WurstClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;

public static final String VERSION = "7.46.1";
public static final String VERSION = "7.46.2";
public static final String MC_VERSION = "1.21.3";

private WurstAnalytics analytics;
Expand Down

0 comments on commit c82b31a

Please sign in to comment.