feat(settings-refactor): bump configuration version to 10 with wipe migration

This commit is contained in:
2026-05-02 15:54:35 +02:00
parent d4aa3971c5
commit 14e585ef63
5 changed files with 51 additions and 73 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public class ConfigKeyBind
[Serializable]
public class Configuration : IPluginConfiguration
{
private const int LatestVersion = 9;
private const int LatestVersion = 10;
public int Version { get; set; } = LatestVersion;