From c1500b6ed06713ce83da23ea1e23eca937cb3d8d Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Tue, 4 Feb 2025 13:22:03 -0700 Subject: [PATCH] bump version --- Helper/StaticHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index 5cc2112..7c30a9b 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -12,7 +12,7 @@ namespace CarCareTracker.Helper /// public static class StaticHelper { - public const string VersionNumber = "1.4.4"; + public const string VersionNumber = "1.4.5"; public const string DbName = "data/cartracker.db"; public const string UserConfigPath = "data/config/userConfig.json"; public const string LegacyUserConfigPath = "config/userConfig.json";