We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0352d3 commit 78e6757Copy full SHA for 78e6757
src/Calculator/Views/Settings.xaml.cs
@@ -20,7 +20,7 @@ namespace CalculatorApp
20
{
21
public sealed partial class Settings : UserControl
22
23
- private const string BUILD_YEAR = "2023";
+ private const string BUILD_YEAR = "2025";
24
25
public event Windows.UI.Xaml.RoutedEventHandler BackButtonClick;
26
0 commit comments