diff --git a/bot/config.py b/bot/config.py index 22db4bd..bac998a 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 = 197 + version = 199 def __init__(self, filename: str, src: dict) -> None: # Config filename.