From 014ab6e2e89d18e4638158dee39b0bf0b7423c37 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Sun, 17 Oct 2021 18:50:07 +0100 Subject: [PATCH] updated version number --- MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index bfaca3c8..42b3ced9 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -26,7 +26,7 @@ namespace SMT /// public partial class MainWindow : Window { - public const string SMT_VERSION = "SMT_104"; + public const string SMT_VERSION = "SMT_105"; public static MainWindow AppWindow; private LogonWindow logonBrowserWindow;