From b70020493130e742aaef9526c4ffc7419bbc3c27 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 11 Aug 2020 18:51:50 +0000 Subject: [PATCH] --- server/AyaNova/Startup.cs | 2 +- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 596b720b..8467a181 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -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"); } diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index d32fbb41..5fb19198 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// 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 \ No newline at end of file