Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Aug 31, 2020
1 parent a42dcf1 commit 3299f17
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 @@ -25,7 +25,7 @@ public partial class MainWindow : Window
{
public static MainWindow AppWindow;

public const string SMT_VERSION = "SMT_091";
public const string SMT_VERSION = "SMT_092";

private LogonWindow logonBrowserWindow;

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

InitializeComponent();

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

CheckGitHubVersion();

Expand Down

0 comments on commit 3299f17

Please sign in to comment.