This commit is contained in:
2020-08-11 18:51:50 +00:00
parent 70473c44f3
commit b700204931
2 changed files with 2 additions and 2 deletions

View File

@@ -630,7 +630,7 @@ namespace AyaNova
_newLog.LogInformation("Boot complete - server open");
//flag in console that server is open
System.Diagnostics.Debugger.Log(1, "BOOT", "BOOT: COMPLETED - SERVER IS NOW OPEN");
Console.WriteLine("BOOT: COMPLETED - SERVER IS NOW OPEN");
}

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-alpha.7";
public const string VersionString = "8.0.0-alpha.8";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc
}//eons