[skip ci] Bump config version

This commit is contained in:
jvyden 2021-11-22 16:48:03 -05:00
commit 0b2ee92c1c
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 = 5;
public const int CurrentConfigVersion = 6;
[JsonPropertyName("ConfigVersionDoNotModifyOrYouWillBeSlapped")]
public int ConfigVersion { get; set; } = CurrentConfigVersion;