From cd0b1da85b2ae91120317de3ca8760abf208a8bf Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Fri, 23 May 2025 10:51:04 +0200 Subject: [PATCH] =?UTF-8?q?v1.1.025=20release=20kiad=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WorkFlowCheck.Web/Helpers/SystemHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs b/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs index d163ca1..40cb4a8 100644 --- a/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs +++ b/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs @@ -7,7 +7,7 @@ namespace WorkFlowCheck.Web.Helpers public static class SystemHelper { public static string DatabaseName = ""; - public static string ProgramVersion = "v1.1.024"; + public static string ProgramVersion = "v1.1.025"; public async static Task GetAPIInfoAsync(IConfiguration configuration) {