diff --git a/bot.py b/bot.py index a16ea81..b92187f 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.4.a3" +VERSION = "0.3.9.5.a1" # ---------- Env loading ----------