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 ----------