From 452bba04d2472ff6d0bde4c38e7f842325906ac8 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 4 Feb 2025 16:30:17 -0300 Subject: [PATCH] Change copyright year to 2025 --- src/Calculator/Views/Settings.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/Views/Settings.xaml.cs b/src/Calculator/Views/Settings.xaml.cs index b68a8f6b..63713bd0 100644 --- a/src/Calculator/Views/Settings.xaml.cs +++ b/src/Calculator/Views/Settings.xaml.cs @@ -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;