Skip to content

Commit

Permalink
version year change
Browse files Browse the repository at this point in the history
  • Loading branch information
e4rthdog committed May 3, 2021
1 parent 14c21bc commit 7b2768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void Main(string[] args)
(ConsoleColor)Convert.ToInt32(config["ASCIICOLORVATBOARD"]));

Util.WriteLn(
"\n(c) 2020 - Elias Stassinos - More Info: http://www.estassinos.com/vatboard ",
"\n(c) 2021 - Elias Stassinos - More Info: http://www.estassinos.com/vatboard ",
ConsoleColor.DarkGreen,
ConsoleColor.White);
Util.WriteLn(
Expand Down

0 comments on commit 7b2768b

Please sign in to comment.