Backend BUGFIX

This commit is contained in:
2025-06-29 13:30:08 +02:00
parent e5dd9aad27
commit 25cd092a08
5 changed files with 13 additions and 9 deletions
@@ -7,7 +7,7 @@ namespace WorkFlowCheck.Web.Helpers
public static class SystemHelper
{
public static string DatabaseName = "";
public static string ProgramVersion = "v1.1.027";
public static string ProgramVersion = "v1.1.028";
public async static Task GetAPIInfoAsync(IConfiguration configuration)
{