Update BUILD_YEAR to 2023

This commit is contained in:
Matt Cooley 2023-01-27 09:24:55 -08:00 committed by GitHub
commit b5cb63d7d6
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;