From f3a0b5f70ae87641140c5569d3ffb7d27c3a3b63 Mon Sep 17 00:00:00 2001 From: Conatum Date: Sat, 19 Mar 2022 17:13:40 +0200 Subject: [PATCH] routine: Bump data version. --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/constants.py b/bot/constants.py index 297c49a9..7038953b 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -1,2 +1,2 @@ CONFIG_FILE = "config/bot.conf" -DATA_VERSION = 10 +DATA_VERSION = 11