diff --git a/bot/config.py b/bot/config.py index bac998a..69f32cc 100644 --- a/bot/config.py +++ b/bot/config.py @@ -89,7 +89,7 @@ class Config: # Config schema version. Increments for backward-incompatible changes. schema_version = 4 # Bot version. - version = 199 + version = 201 def __init__(self, filename: str, src: dict) -> None: # Config filename.