1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 22:34:09 +02:00

BeefBuild fix

This commit is contained in:
Brian Fiete 2020-01-24 11:55:57 -08:00
parent a669d13c42
commit ea0ccae3d5
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ namespace BeefBuild
mApp.ParseCommandLine(commandLine);
if (mApp.mVerb == .GetVersion)
{
Console.WriteLine("BeefBuild {}", mApp.GetVersionInfo().FileVersion);
Console.WriteLine("BeefBuild {}", mApp.GetVersionInfo(var exeTime).FileVersion);
}
else
{