From f69279ac3f1074aec1edaac024cac1c767d590b1 Mon Sep 17 00:00:00 2001 From: Tyler Camp Date: Sat, 18 May 2024 13:07:41 -0400 Subject: [PATCH] Bump version number --- PalCalc.UI/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PalCalc.UI/App.xaml.cs b/PalCalc.UI/App.xaml.cs index 7e4f5afb..8c77ba7b 100644 --- a/PalCalc.UI/App.xaml.cs +++ b/PalCalc.UI/App.xaml.cs @@ -17,7 +17,7 @@ namespace PalCalc.UI /// public partial class App : Application { - public static string Version => "v1.3.0"; + public static string Version => "v1.4.0"; public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/"; private static ILogger logger;