Skip to content

Commit

Permalink
Added the specific version to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Malenfant committed Oct 1, 2023
1 parent 816ceba commit a61abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vts.MonteCarlo.PostProcessor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static int Main(string[] args)
var outPath = "";
args.Process(() =>
{
Console.WriteLine(@"Virtual Photonics MC Post-Processor 1.0");
Console.WriteLine(@"Virtual Photonics MC Post-Processor {GetVersionNumber(3)}\n"")");
Console.WriteLine();
Console.WriteLine(@"For more information type mc_post help");
Console.WriteLine();
Expand Down

0 comments on commit a61abf0

Please sign in to comment.