We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a70fc commit f4eaf70Copy full SHA for f4eaf70
PalCalc.UI/App.xaml.cs
@@ -21,7 +21,7 @@ namespace PalCalc.UI
21
/// </summary>
22
public partial class App : Application
23
{
24
- public static string Version => "v1.16.2-beta1";
+ public static string Version => "v1.16.2-beta2";
25
public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/";
26
27
private static ILogger logger;
0 commit comments