From 3efd73d8cb60df65ffdda1a0aea06f1cc43bed0c Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Sun, 29 May 2022 16:18:55 +0400 Subject: [PATCH] chore: update server version --- Ragon/Ragon.csproj | 4 ---- Ragon/Sources/Configuration/ConfigurationLoader.cs | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Ragon/Ragon.csproj b/Ragon/Ragon.csproj index 82932d4..79a3555 100755 --- a/Ragon/Ragon.csproj +++ b/Ragon/Ragon.csproj @@ -26,8 +26,4 @@ - - - - diff --git a/Ragon/Sources/Configuration/ConfigurationLoader.cs b/Ragon/Sources/Configuration/ConfigurationLoader.cs index 1ddb919..f145ce4 100755 --- a/Ragon/Sources/Configuration/ConfigurationLoader.cs +++ b/Ragon/Sources/Configuration/ConfigurationLoader.cs @@ -9,7 +9,7 @@ namespace Ragon.Core public static class ConfigurationLoader { 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() {