Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Nov 11, 2023
1 parent 9049753 commit acc18b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MainClass
// Entry point
public static void Main()
{
String version = "1.1";
String version = "1.2";
int checkInterval = 4000; // Time in ms between searches

Console.Title = "cs2-autoaccept v" + version + " by 3urobeat";
Expand Down

0 comments on commit acc18b4

Please sign in to comment.