Allow users to increment for last reported odometer reading when creating new records.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-04-01 18:25:20 -06:00
parent 3e7917f767
commit 17a6d99703
9 changed files with 136 additions and 49 deletions

View File

@@ -8,7 +8,7 @@ namespace CarCareTracker.Helper
/// </summary>
public static class StaticHelper
{
public static string VersionNumber = "1.2.9";
public static string VersionNumber = "1.3.0";
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";