From 98596109f35d5e85b80ade5b9ca51614cbff12b4 Mon Sep 17 00:00:00 2001 From: Tyler Camp Date: Mon, 2 Dec 2024 19:06:08 -0500 Subject: [PATCH] Bump version --- 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 fb329c5a..e3d88fdf 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.9.0"; + public static string Version => "v1.9.1"; public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/"; private static ILogger logger;