From 645a78a2feaf10075429e9ccd84218177ef09476 Mon Sep 17 00:00:00 2001 From: Tyler Camp Date: Wed, 18 Sep 2024 22:00:29 -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 94509b4..ea6264a 100644 --- a/PalCalc.UI/App.xaml.cs +++ b/PalCalc.UI/App.xaml.cs @@ -18,7 +18,7 @@ namespace PalCalc.UI /// public partial class App : Application { - public static string Version => "v1.7.4"; + public static string Version => "v1.7.5"; public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/"; private static ILogger logger;