mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
[skip ci] Bump config version
This commit is contained in:
parent
3b63a5e21c
commit
0b2ee92c1c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Settings
|
||||||
[NotNull]
|
[NotNull]
|
||||||
public static ServerSettings Instance;
|
public static ServerSettings Instance;
|
||||||
|
|
||||||
public const int CurrentConfigVersion = 5;
|
public const int CurrentConfigVersion = 6;
|
||||||
|
|
||||||
[JsonPropertyName("ConfigVersionDoNotModifyOrYouWillBeSlapped")]
|
[JsonPropertyName("ConfigVersionDoNotModifyOrYouWillBeSlapped")]
|
||||||
public int ConfigVersion { get; set; } = CurrentConfigVersion;
|
public int ConfigVersion { get; set; } = CurrentConfigVersion;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue