Skip to content

Commit

Permalink
Increment current protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 authored and davmac314 committed Oct 9, 2024
1 parent c3ee9ec commit 301e750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace dinit_cptypes;
namespace {
// Control protocol minimum compatible version and current version:
constexpr uint16_t min_compat_version = 1;
constexpr uint16_t cp_version = 4;
constexpr uint16_t cp_version = 5;

// check for value in a set
template <typename T, int N, typename U>
Expand Down

0 comments on commit 301e750

Please sign in to comment.