fix: Update client version to fix authentication error

This commit is contained in:
oSumAtrIX 2023-11-26 01:14:24 +01:00
parent e28eed5d38
commit f28fa26452
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -49,7 +49,7 @@ where
packet
.mut_build_info()
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);
packet.mut_build_info().set_version(109800078);
packet.mut_build_info().set_version(117300517);
packet
.mut_cryptosuites_supported()
.push(protocol::keyexchange::Cryptosuite::CRYPTO_SUITE_SHANNON);