From c28bc573ccf5b4f227454806e50055a286239e15 Mon Sep 17 00:00:00 2001 From: Franz Rolfsvaag Date: Sun, 10 Aug 2025 20:54:56 +0200 Subject: [PATCH] 0.3.9.2.a7 Fixes to config handling in main bot file because I overlooked it entirely, herpa derpa .. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 33ccc9f..43c183f 100644 --- a/bot.py +++ b/bot.py @@ -9,7 +9,7 @@ from modules.common.boot_notice import post_boot_notice # Version consists of: # Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesn’t trigger auto update) -VERSION = "0.3.9.2.a6" +VERSION = "0.3.9.2.a7" # ---------- Env loading ----------