The bot now checks for update
This commit is contained in:
@@ -5,6 +5,7 @@ public interface IVersion
|
||||
public int Major { get; }
|
||||
public int Minor { get; }
|
||||
public int Patch { get; }
|
||||
public int PatchVersion => 0;
|
||||
|
||||
public bool IsNewerThan(IVersion version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user