Fix version

This commit is contained in:
2026-05-04 22:36:03 +02:00
parent f2fc79862d
commit 4ab2bf4cac

View File

@@ -11,7 +11,7 @@ from nio import AsyncClient, MatrixRoom, RoomMessageText
from nio.exceptions import OlmUnverifiedDeviceError
import asyncio
__version__ = "3.0.0"
__version__ = "2.3.0"
versionstring='Taurix TellMe server v' + __version__
log_dir = '/var/log/tellme'