diff --git a/nextcore/http/client/client.py b/nextcore/http/client/client.py index 19808ae03..1db9538fd 100644 --- a/nextcore/http/client/client.py +++ b/nextcore/http/client/client.py @@ -429,7 +429,7 @@ async def connect_to_gateway( # These have different behaviour when not provided and set to None. # This only adds them if they are provided (not Undefined) if version is not UNDEFINED: - params["version"] = version + params["v"] = version if encoding is not UNDEFINED: params["encoding"] = encoding if compress is not UNDEFINED: