chore: update server version

This commit is contained in:
2022-05-29 16:18:55 +04:00
parent a85ac99a3c
commit 3efd73d8cb
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -26,8 +26,4 @@
<ProjectReference Include="..\Ragon.Common\Ragon.Common.csproj" /> <ProjectReference Include="..\Ragon.Common\Ragon.Common.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Sources\Utils" />
</ItemGroup>
</Project> </Project>
@@ -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.3-rc"; private static readonly string _serverVersion = "1.0.4-rc";
private static void CopyrightInfo() private static void CopyrightInfo()
{ {