mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +00:00
[skip ci] Bump config version to 7
This commit is contained in:
parent
59c2e3e098
commit
92d4346347
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue