Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Dec 24, 2024
1 parent 31d5c8b commit 9b58c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PalCalc.UI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace PalCalc.UI
/// </summary>
public partial class App : Application
{
public static string Version => "v1.10.0";
public static string Version => "v1.10.1";
public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/";

private static ILogger logger;
Expand Down

0 comments on commit 9b58c0b

Please sign in to comment.