diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index cf3f897..e5383a3 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -9,7 +9,7 @@ namespace CarCareTracker.Helper /// public static class StaticHelper { - public static string VersionNumber = "1.3.7"; + public static string VersionNumber = "1.3.8"; 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"; diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 8a916a1..78f00fb 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -55,7 +55,7 @@