mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Copyright: Update year in tests
This commit is contained in:
@@ -2,7 +2,7 @@ const clientConfig = {
|
||||
mode: "user",
|
||||
name: "PhotoPrism",
|
||||
version: "210710-bae1f2d7-Linux-x86_64-DEBUG",
|
||||
copyright: "(c) 2018-2021 Michael Mayer <hello@photoprism.org>",
|
||||
copyright: "(c) 2018-2022 Michael Mayer <hello@photoprism.org>",
|
||||
flags: "public debug experimental settings",
|
||||
baseUri: "",
|
||||
staticUri: "/static",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user