0.3.9.5.a1

Introduction of startup messages in modlog with version number
This commit is contained in:
Franz Rolfsvaag 2025-08-11 00:52:21 +02:00
parent 5f71ee8ebf
commit cd11e3106f

2
bot.py
View File

@ -9,7 +9,7 @@ from modules.common.boot_notice import post_boot_notice
# Version consists of: # Version consists of:
# Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesnt trigger auto update) # Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesnt trigger auto update)
VERSION = "0.3.9.4.a3" VERSION = "0.3.9.5.a1"
# ---------- Env loading ---------- # ---------- Env loading ----------