[skip ci] Bump config version to 7

This commit is contained in:
jvyden 2021-11-22 18:04:43 -05:00
commit 92d4346347
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -68,7 +68,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Settings
[NotNull]
public static ServerSettings Instance;
public const int CurrentConfigVersion = 6;
public const int CurrentConfigVersion = 7;
[JsonPropertyName("ConfigVersionDoNotModifyOrYouWillBeSlapped")]
public int ConfigVersion { get; set; } = CurrentConfigVersion;