Skip to content

Commit

Permalink
chore: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MurkyYT committed Mar 26, 2024
1 parent 1148fab commit 17af3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSAuto/MainApp.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public partial class MainApp : Window
#region Constants
public const string VER = "2.1.0";
public const string FULL_VER = VER + (DEBUG_REVISION == "" ? "" : " REV "+ DEBUG_REVISION);
const string DEBUG_REVISION = "8";
const string DEBUG_REVISION = "";
const string GAME_PROCCES_NAME = "cs2";
const string GAME_WINDOW_NAME = "Counter-Strike 2";
const string GAME_CLASS_NAME = "SDL_app";
Expand Down

0 comments on commit 17af3e5

Please sign in to comment.