Copyright: Update year in tests

This commit is contained in:
Michael Mayer
2022-01-03 13:48:44 +01:00
parent 38c94523e2
commit 3515d9f266
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ func NewTestOptions() *Options {
c := &Options{
Name: "PhotoPrism",
Version: "0.0.0",
Copyright: "(c) 2018-2021 Michael Mayer",
Copyright: "(c) 2018-2022 Michael Mayer",
Test: true,
Debug: true,
Public: true,