Skip to content

Commit

Permalink
2.11!
Browse files Browse the repository at this point in the history
  • Loading branch information
sam302rk committed Jan 5, 2022
1 parent 6c10b01 commit feb20db
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 @@ -25,7 +25,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.11-DEV";
private static final String CLIENT_VERSION = "2.11";
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 feb20db

Please sign in to comment.