chore: update version

This commit is contained in:
2022-10-21 00:05:01 +04:00
parent 73feb77169
commit 545ec02ecc
@@ -9,7 +9,7 @@ namespace Ragon.Core
public static class ConfigurationLoader public static class ConfigurationLoader
{ {
private static readonly Logger _logger = LogManager.GetCurrentClassLogger(); private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
private static readonly string _serverVersion = "1.0.20-rc"; private static readonly string _serverVersion = "1.0.21-rc";
private static void CopyrightInfo() private static void CopyrightInfo()
{ {