From 58ea71ec4112b0d1ec119d41d7b0da70ce754e4e Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 9 Dec 2025 12:45:08 +0100 Subject: [PATCH] Version-Bump --- 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 efba8cc..4879baf 100644 --- a/ZKuP/MainWindow.xaml.cs +++ b/ZKuP/MainWindow.xaml.cs @@ -49,7 +49,7 @@ namespace ZKuP PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName)); } - public static string Version { get; } = "5.3.0.0"; + public static string Version { get; } = "5.3.0.1"; //public static Roles LoggedInRole { get; private set; } = Roles.None; internal static MainWindow main; ThemeManager TM;