From a4bd8b9333b25d9b04d5f7e523060c8a8cbeb845 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Wed, 11 Mar 2026 21:01:49 +0000 Subject: [PATCH] 2.1 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7bce248..b29d466 100644 --- a/bot.py +++ b/bot.py @@ -9,7 +9,7 @@ from config import fetch_config_from_wiki, validate_config_from_wiki, get_trigge from update_checker import start_update_checker # ==================== VERSION ==================== -BOT_VERSION = "1.0.0" +BOT_VERSION = "2.1.0" BOT_NAME = "TestPostsBot" # ==================================================