Skip to content

Commit

Permalink
SMT Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Oct 13, 2020
1 parent a868a02 commit 3a333f1
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_093";
public const string SMT_VERSION = "SMT_094";
public static MainWindow AppWindow;
private LogonWindow logonBrowserWindow;

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

InitializeComponent();

Title = "SMT (Andals Landing : " + SMT_VERSION + ")";
Title = "SMT (Blue Falcon Patrol : " + SMT_VERSION + ")";

CheckGitHubVersion();

Expand Down

0 comments on commit 3a333f1

Please sign in to comment.