Skip to content

Commit 9874fa0

Browse files
committed
build: version 221
1 parent bdf0d07 commit 9874fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Config:
103103
# Config schema version. Increments for backward-incompatible changes.
104104
schema_version = 4
105105
# Bot version.
106-
version = 210
106+
version = 221
107107

108108
def __init__(self, filename: str, src: dict) -> None:
109109
# Config filename.

0 commit comments

Comments
 (0)