From 31aaa8f06d852d81ba9c536ec0fef595232e60e5 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 15 May 2024 01:52:10 +0500 Subject: [PATCH] build: version 199 --- bot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.