diff --git a/tunnel-server/src/uds_tunnel/consts.py b/tunnel-server/src/uds_tunnel/consts.py index 218b6df5..91dffd0d 100644 --- a/tunnel-server/src/uds_tunnel/consts.py +++ b/tunnel-server/src/uds_tunnel/consts.py @@ -51,7 +51,7 @@ BANDWIDTH_TIME = 10 # Commands LENGTH (all same length) COMMAND_LENGTH = 4 -VERSION = 'v1.0' +VERSION = 'v1.0.0' # Valid commands COMMAND_OPEN = b'OPEN' diff --git a/tunnel-server/src/uds_tunnel/proxy.py b/tunnel-server/src/uds_tunnel/proxy.py index 2fefa72c..abaa406d 100644 --- a/tunnel-server/src/uds_tunnel/proxy.py +++ b/tunnel-server/src/uds_tunnel/proxy.py @@ -72,7 +72,7 @@ class Proxy: url, headers={ 'content-type': 'application/json', - 'User-Agent': f'UDSTunnel-{consts.VERSION}', + 'User-Agent': f'UDSTunnel/{consts.VERSION}', }, ) if not r.ok: