updated version number

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-04-12 08:04:04 -06:00
parent d8b459e5ee
commit 5ef3e1e2ce

View File

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