Version-Bump

This commit is contained in:
Marcus 2025-12-09 12:45:08 +01:00
parent 8652a51253
commit 58ea71ec41

View File

@ -49,7 +49,7 @@ namespace ZKuP
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName)); 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; //public static Roles LoggedInRole { get; private set; } = Roles.None;
internal static MainWindow main; internal static MainWindow main;
ThemeManager TM; ThemeManager TM;