Change copyright year to 2025 (#2289)

Co-authored-by: ghost <ghost@users.noreply.github.com>
This commit is contained in:
John Doe 2025-02-13 05:30:54 -03:00 committed by GitHub
parent f0352d3ef2
commit 78e6757c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;