Skip to content

Commit

Permalink
93 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Oct 4, 2020
1 parent 3cc5d1d commit f13ac3f
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_092";
public const string SMT_VERSION = "SMT_093";
public static MainWindow AppWindow;
private LogonWindow logonBrowserWindow;

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

InitializeComponent();

Title = "SMT (Delve Deeper : " + SMT_VERSION + ")";
Title = "SMT (Andals Landing : " + SMT_VERSION + ")";

CheckGitHubVersion();

Expand Down

0 comments on commit f13ac3f

Please sign in to comment.