From ee4f608c05de9f8e554023208f428edbf41e7403 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 28 Aug 2025 12:28:17 +0200 Subject: [PATCH] commit --- ZKuP/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZKuP/MainWindow.xaml.cs b/ZKuP/MainWindow.xaml.cs index 018fe76..c77311a 100644 --- a/ZKuP/MainWindow.xaml.cs +++ b/ZKuP/MainWindow.xaml.cs @@ -43,7 +43,7 @@ namespace ZKuP PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName)); } - public const string Version = "5.1.0.4"; + public const string Version = "5.1.0.4"; public static Roles LoggedInRole { get; private set; } = Roles.None;