Skip to content

Commit

Permalink
2.9!
Browse files Browse the repository at this point in the history
  • Loading branch information
sam302rk committed Dec 11, 2021
1 parent 27a9222 commit 72f7501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/gamingcraft/UtilityClient.java
Expand Up @@ -21,7 +21,7 @@ public class UtilityClient extends Thread {
public static final CPSThread CPS_THREAD_INSTANCE = new CPSThread();
public static final DiscordRP DISCORD_INSTANCE = new DiscordRP();
private static final String CLIENT_NAME = "Utility Client";
private static final String CLIENT_VERSION = "2.9-DEV";
private static final String CLIENT_VERSION = "2.9";
private static final UtilityClient CLIENT_INSTANCE = new UtilityClient();
public static float fovModifier = 1.0f;
public static ArrayList<KeyBinding> keyBinds = new ArrayList<>();
Expand Down

0 comments on commit 72f7501

Please sign in to comment.