From 8dcb09b13b4df7d4ac3fe8d06b639415a28dc0da Mon Sep 17 00:00:00 2001 From: MurkyYT Date: Tue, 12 Sep 2023 17:53:21 +0300 Subject: [PATCH] ver bump --- src/CSAuto/MainWindow.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CSAuto/MainWindow.xaml.cs b/src/CSAuto/MainWindow.xaml.cs index 78e371a..194aa3e 100644 --- a/src/CSAuto/MainWindow.xaml.cs +++ b/src/CSAuto/MainWindow.xaml.cs @@ -29,7 +29,6 @@ using Image = System.Drawing.Image; using DiscordRPC; using DiscordRPC.Logging; -using System.Runtime.InteropServices; namespace CSAuto { @@ -79,7 +78,7 @@ public partial class MainWindow : Window /// /// Constants /// - 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";