We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e6537 commit 29cba62Copy full SHA for 29cba62
include/CommonLib/InternalConstants.hpp
@@ -19,7 +19,7 @@ namespace tsom::Constants
19
20
// Network constants
21
constexpr Nz::UInt32 NetworkChannelCount = 3;
22
- constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 8, 0);
+ constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 8, 1);
23
constexpr Nz::Time TickDuration = Nz::Time::TickDuration(60);
24
constexpr std::size_t TargetInputBufferSize = 3;
25
0 commit comments