Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MurkyYT committed Oct 8, 2023
1 parent 421e6b0 commit f697855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CSAuto/MainApp.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public partial class MainApp : Window
#region Constants
public const string VER = "2.0.2";
public const string FULL_VER = VER + (DEBUG_REVISION == "" ? "" : " REV "+ DEBUG_REVISION);
const string DEBUG_REVISION = "2";
const string ONLINE_BRANCH_NAME = "dev";
const string DEBUG_REVISION = "";
const string ONLINE_BRANCH_NAME = "master";
const string GAME_PROCCES_NAME = "cs2";
const string GAMESTATE_PORT = "11523";
const string NETCON_PORT = "21823";
Expand Down

0 comments on commit f697855

Please sign in to comment.