From 4c7e24c478770a4c0fec54f4f4685be88e4d9d22 Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Wed, 28 Jan 2026 12:48:21 +0100 Subject: [PATCH] =?UTF-8?q?1.1.32=20kiad=C3=A1s?= 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 3cf2124..ee456b4 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.031"; + public static string ProgramVersion = "v1.1.032"; public async static Task GetAPIInfoAsync(IConfiguration configuration) {