diff --git a/ChatController/LoginControl.xaml.cs b/ChatController/LoginControl.xaml.cs index 6cfae31..6c52dcf 100644 --- a/ChatController/LoginControl.xaml.cs +++ b/ChatController/LoginControl.xaml.cs @@ -79,7 +79,7 @@ namespace ChatController private string _Benutzername = string.Empty; private string _ChatCode = string.Empty; private string _Kundennummer = string.Empty; - private readonly string _Version = "1.5"; + private readonly string _Version = "1.6"; public string Version => $"Version: {_Version}";