From d8d930254055e5a30bf9f96ddd0f03c2127d6b80 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 19 Oct 2021 11:09:00 +0200 Subject: [PATCH] CB: Versionsnr. --- ChatController/LoginControl.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";