Skip to content

Commit 02d0453

Browse files
committed
Bump version number
1 parent 9fa89d5 commit 02d0453

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.15.2-beta1";
24+
public static string Version => "v1.16.0";
2525
public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/";
2626

2727
private static ILogger logger;

0 commit comments

Comments
 (0)