diff --git a/bot/config.py b/bot/config.py index bbd8d34..4f6d568 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 = 176 + version = 182 def __init__(self, filename: str, src: dict) -> None: # Config filename.