Skip to content

Commit

Permalink
updated to 1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Nov 30, 2021
1 parent fc4b748 commit 8817b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace SMT
/// </summary>
public partial class MainWindow : Window
{
public const string SMT_VERSION = "SMT_106";
public const string SMT_VERSION = "SMT_107";
public static MainWindow AppWindow;
private LogonWindow logonBrowserWindow;

Expand All @@ -52,7 +52,7 @@ public MainWindow()

InitializeComponent();

Title = "SMT (drop down, increase speed, change direction : " + SMT_VERSION + ")";
Title = "SMT (A new dawn approaches : " + SMT_VERSION + ")";

CheckGitHubVersion();

Expand Down

0 comments on commit 8817b37

Please sign in to comment.