Missed a single reference...

This commit is contained in:
Matt Nadareski
2016-04-06 00:02:39 -07:00
parent 0f0313d52b
commit c420aeacdb

View File

@@ -39,7 +39,7 @@ namespace SabreTools
Console.Clear();
Console.SetBufferSize(Console.BufferWidth, 999);
Console.Title = "DATabase " + _version;
Console.Title = "DATabase " + Build.Version;
// If there's no arguments, show the menu
if (args.Length == 0)