feat(auto-tell-tabs): bump configuration version to 9 with migration notice

This commit is contained in:
2026-05-02 12:40:22 +02:00
parent 141fcbf074
commit 07f47f32e3
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public class ConfigKeyBind
[Serializable]
public class Configuration : IPluginConfiguration
{
private const int LatestVersion = 8;
private const int LatestVersion = 9;
public int Version { get; set; } = LatestVersion;