From 8a85dfd1502164ce6e3b74b124d87551067895b2 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sat, 27 May 2023 19:53:17 +0200 Subject: [PATCH] added exp-indentificator --- tnc/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/static.py b/tnc/static.py index 5a0783e4..9a302ff4 100644 --- a/tnc/static.py +++ b/tnc/static.py @@ -130,7 +130,7 @@ class TCIParam: @dataclass class TNC: - version = "0.10.0-alpha.1-mesh" + version = "0.10.0-alpha.1-mesh-exp1" host: str = "0.0.0.0" port: int = 3000 SOCKET_TIMEOUT: int = 1 # seconds