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;