Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MurkyYT committed Sep 12, 2023
1 parent 7d7b649 commit 8dcb09b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CSAuto/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
using Image = System.Drawing.Image;
using DiscordRPC;
using DiscordRPC.Logging;
using System.Runtime.InteropServices;

namespace CSAuto
{
Expand Down Expand Up @@ -79,7 +78,7 @@ public partial class MainWindow : Window
/// <summary>
/// Constants
/// </summary>
public const string VER = "2.0.0-beta.2";
public const string VER = "2.0.0-beta.3";
const string GAME_PROCCES_NAME = "cs2";
const string DEBUG_REVISION = "";
const string GAMESTATE_PORT = "11523";
Expand Down

0 comments on commit 8dcb09b

Please sign in to comment.