Skip to content

Commit

Permalink
2.10 LTS Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
sam302rk committed Dec 17, 2021
1 parent 87f8a0d commit 824929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/utilityclient/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.10-DEV";
private static final String CLIENT_VERSION = "2.10";
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 824929b

Please sign in to comment.