diff --git a/bot.py b/bot.py index 253b091..5ca6805 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,13 @@ import pathlib import os, signal, asyncio, xml.etree.ElementTree as ET import aiohttp -VERSION="0.3.9.a2" +# Version consists of the following: +# Major version +# Enhancement version +# Minor version +# Patch version +# Test/Dev version -> Does not trigger automatic update +VERSION="0.3.9.1.a2" # ---------- Env & config loading ----------