From cd11e3106fbef3942f40cdbca6d69054fd922a48 Mon Sep 17 00:00:00 2001 From: Franz Rolfsvaag Date: Mon, 11 Aug 2025 00:52:21 +0200 Subject: [PATCH] 0.3.9.5.a1 Introduction of startup messages in modlog with version number --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------