This commit is contained in:
Guy Van Sanden 2025-02-12 11:22:50 +01:00
parent 2e9520d3cd
commit e28d653921

View File

@ -5,7 +5,7 @@ import json
import yaml
import random
import threading
import pprint
from pprint import pprint
__version__ = "2.0.0b2"
versionstring='Taurix TellMe server v' + __version__