From f8467907647305f541168e7c1aa58ce15019b97f Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 19 Sep 2025 10:34:00 +0200 Subject: [PATCH] Bump Version --- 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 a3c7da1..c6b1215 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.9"; + public const string Version = "5.2.0.0"; //public static Roles LoggedInRole { get; private set; } = Roles.None; internal static MainWindow main; ThemeManager TM;