diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 4614ac4..de59b02 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -21,7 +21,7 @@ public partial class MainWindow : Window { internal static MainWindow INSTANCE; - private const string VERSION = "0.2.0b"; + private const string VERSION = "0.2.1"; private Thread InfoCollectorThread = new Thread(GameLiveryInfo.AutoRefresh);