aboutsummaryrefslogtreecommitdiff
path: root/src/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Program.cs')
-rw-r--r--src/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Program.cs b/src/Program.cs
index d2fd034..cdbeea7 100644
--- a/src/Program.cs
+++ b/src/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2023 Vaughn Nugent
+* Copyright (c) 2024 Vaughn Nugent
*
* Package: PkiAuthenticator
* File: Program.cs
@@ -166,7 +166,7 @@ namespace PkiAuthenticator
return 0;
}
- Log.Information("vauth © 2023 Vaughn Nugent");
+ Log.Information("vauth © 2024 Vaughn Nugent");
int exitCode = 1;
try