Skip to content

Commit f4eaf70

Browse files
committed
Bump beta version
1 parent b4a70fc commit f4eaf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PalCalc.UI/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace PalCalc.UI
2121
/// </summary>
2222
public partial class App : Application
2323
{
24-
public static string Version => "v1.16.2-beta1";
24+
public static string Version => "v1.16.2-beta2";
2525
public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/";
2626

2727
private static ILogger logger;

0 commit comments

Comments
 (0)