From 892558ab1602dcb4c13bda073fefa001d55431af Mon Sep 17 00:00:00 2001 From: edmand46 Date: Sun, 22 Oct 2023 21:10:31 +0300 Subject: [PATCH] chore: update version --- Ragon.Server/Sources/RagonServerConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ragon.Server/Sources/RagonServerConfiguration.cs b/Ragon.Server/Sources/RagonServerConfiguration.cs index 7272319..4cd3dda 100644 --- a/Ragon.Server/Sources/RagonServerConfiguration.cs +++ b/Ragon.Server/Sources/RagonServerConfiguration.cs @@ -42,7 +42,7 @@ public struct RagonServerConfiguration public Dictionary WebHooks; private static readonly Logger Logger = LogManager.GetCurrentClassLogger(); - private static readonly string ServerVersion = "1.3.1"; + private static readonly string ServerVersion = "1.3.2"; private static Dictionary _serverTypes = new Dictionary() { {"enet", Server.ServerType.ENET},