Skip to content

Commit

Permalink
Change copyright year to 2025 (#2289)
Browse files Browse the repository at this point in the history
Co-authored-by: ghost <[email protected]>
  • Loading branch information
John Doe and ghost authored Feb 13, 2025
1 parent f0352d3 commit 78e6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calculator/Views/Settings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 78e6757

Please sign in to comment.