Copyright: Update year in photoprism command

This commit is contained in:
Michael Mayer 2022-01-03 13:48:33 +01:00
parent 8efe473d30
commit 38c94523e2

View file

@ -49,7 +49,7 @@ func main() {
app.Usage = "Browse Your Life in Pictures"
app.Description = "For setup instructions and a user guide, visit https://docs.photoprism.app/"
app.Version = version
app.Copyright = "(c) 2018-2021 Michael Mayer <hello@photoprism.app>"
app.Copyright = "(c) 2018-2022 Michael Mayer <hello@photoprism.app>"
app.EnableBashCompletion = true
app.Flags = config.GlobalFlags