Update BUILD_YEAR to 2023 (#1972)

This commit is contained in:
Matt Cooley 2023-01-28 08:13:42 -08:00 committed by GitHub
commit a7a163ce78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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