This commit is contained in:
2022-05-14 23:46:09 +04:00
parent f88aa728c3
commit 018c8d078d
3 changed files with 77 additions and 4 deletions
@@ -9,7 +9,7 @@ namespace Ragon.Core
public static class ConfigurationLoader
{
private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
private static readonly string _serverVersion = "2.0.0-preview";
private static readonly string _serverVersion = "1.0.0-rc";
private static void CopyrightInfo()
{