Neue Version 1.15 veröffentlicht

This commit is contained in:
2026-04-01 19:15:20 +02:00
parent c4c1a8f910
commit 8ae86353ae
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ namespace ChatController
private string _Benutzername = string.Empty;
private string _ChatCode = string.Empty;
private string _Kundennummer = string.Empty;
private readonly string _Version = "1.14";
private readonly string _Version = "1.15";
public string Version => $"Version: {_Version}";