Change copyright year to 2025

This commit is contained in:
ghost 2025-02-04 16:30:17 -03:00
commit 452bba04d2

View file

@ -20,7 +20,7 @@ namespace CalculatorApp
{
public sealed partial class Settings : UserControl
{
private const string BUILD_YEAR = "2023";
private const string BUILD_YEAR = "2025";
public event Windows.UI.Xaml.RoutedEventHandler BackButtonClick;