feat: read version dynamically from TOC file

This commit is contained in:
Bluewhale1337
2026-07-18 19:28:11 +02:00
parent 0b610adaab
commit 41e4a15075
+1 -1
View File
@@ -1,4 +1,4 @@
HEALBOT_VERSION = "1.5";
HEALBOT_VERSION = GetAddOnMetadata("HealBotBlue", "Version") or "Unknown";
-------------
-- ENGLISH --