[+] Add LatestVersion to interface

This commit is contained in:
Clansty
2024-11-25 04:04:04 +08:00
parent 734dbfb761
commit 4834363fb5
4 changed files with 8 additions and 7 deletions

View File

@@ -4,4 +4,5 @@ public interface IConfigMigrationManager
{
public IConfigView Migrate(IConfigView config);
public string GetVersion(IConfigView config);
public string LatestVersion { get; }
}