feat(auto-tell-tabs): bump configuration version to 9 with migration notice
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user