diff --git a/core/src/connection/handshake.rs b/core/src/connection/handshake.rs index 1d1f88d..713d887 100644 --- a/core/src/connection/handshake.rs +++ b/core/src/connection/handshake.rs @@ -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);