unify versions

This commit is contained in:
Fabian Dill
2020-04-20 14:50:49 +02:00
parent 092daa2c5e
commit 860faf6ef5
4 changed files with 8 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ async def on_client_connected(ctx: Context, client: Client):
# tags are for additional features in the communication.
# Name them by feature or fork, as you feel is appropriate.
'tags': ['Berserker'],
'version': [1, 3, 0]
'version': Utils._version_tuple
}]])
async def on_client_disconnected(ctx: Context, client: Client):