From 59511d9ddd154891bc7d7dd1deae7577053ba0e1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Fri, 15 Mar 2024 12:49:34 -0600 Subject: [PATCH] Updated version number --- Helper/StaticHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index 56155be..2e4c63e 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -8,7 +8,7 @@ namespace CarCareTracker.Helper /// public static class StaticHelper { - public static string VersionNumber = "1.2.6"; + public static string VersionNumber = "1.2.7"; public static string DbName = "data/cartracker.db"; public static string UserConfigPath = "config/userConfig.json"; public static string GenericErrorMessage = "An error occurred, please try again later";