Skip to content

Commit

Permalink
Merge pull request Mayyhem#37 from Mayyhem/fix-banner
Browse files Browse the repository at this point in the history
Fixed inline execution issue getting version via reflection (removed)
  • Loading branch information
Mayyhem authored Aug 28, 2023
2 parents d2dd01f + 3d2c83d commit ba23103
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 @@ -42,7 +42,7 @@ static void Main(string[] args)
{
Console.WriteLine();
Console.WriteLine(" _______ _ _ _______ ______ _____ _______ _______ _______ _______");
Console.WriteLine($" |______ |_____| |_____| |_____/ |_____] |______ | | | | | v{Assembly.GetEntryAssembly().GetName().Version}");
Console.WriteLine(" |______ |_____| |_____| |_____/ |_____] |______ | | | | |");
Console.WriteLine(" ______| | | | | | \\_ | ______| |______ |______ | | | @_Mayyhem ");
}
Console.WriteLine();
Expand Down

0 comments on commit ba23103

Please sign in to comment.