Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MurkyYT committed Nov 14, 2023
1 parent c092388 commit 32d81f4
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 @@ -80,7 +80,7 @@ public partial class MainApp : Window
#region Constants
public const string VER = "2.0.6";
public const string FULL_VER = VER + (DEBUG_REVISION == "" ? "" : " REV "+ DEBUG_REVISION);
const string DEBUG_REVISION = "8";
const string DEBUG_REVISION = "";
const string ONLINE_BRANCH_NAME = "master";
const string GAME_PROCCES_NAME = "cs2";
const string GAME_WINDOW_NAME = "Counter-Strike 2";
Expand Down

0 comments on commit 32d81f4

Please sign in to comment.