From 0b2ee92c1c1aefc27ba396ce37455f435ecbeaf9 Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 22 Nov 2021 16:48:03 -0500 Subject: [PATCH] [skip ci] Bump config version --- ProjectLighthouse/Types/Settings/ServerSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Types/Settings/ServerSettings.cs b/ProjectLighthouse/Types/Settings/ServerSettings.cs index ae729e26..63161736 100644 --- a/ProjectLighthouse/Types/Settings/ServerSettings.cs +++ b/ProjectLighthouse/Types/Settings/ServerSettings.cs @@ -68,7 +68,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Settings [NotNull] public static ServerSettings Instance; - public const int CurrentConfigVersion = 5; + public const int CurrentConfigVersion = 6; [JsonPropertyName("ConfigVersionDoNotModifyOrYouWillBeSlapped")] public int ConfigVersion { get; set; } = CurrentConfigVersion;