Skip to content

Commit 29cba62

Browse files
committed
Raise protocol version to 0.8.1
1 parent a7e6537 commit 29cba62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CommonLib/InternalConstants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace tsom::Constants
1919

2020
// Network constants
2121
constexpr Nz::UInt32 NetworkChannelCount = 3;
22-
constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 8, 0);
22+
constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 8, 1);
2323
constexpr Nz::Time TickDuration = Nz::Time::TickDuration(60);
2424
constexpr std::size_t TargetInputBufferSize = 3;
2525

0 commit comments

Comments
 (0)