Skip to content

Commit 1aa7383

Browse files
authored
ACL: Fix cluster revision for MACL (#35710)
1 parent 237e450 commit 1aa7383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/access-control-server/access-control-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ using ArlReviewEvent = Clusters::AccessControl::Events::FabricRestrictionReviewU
5454
// TODO(#13590): generated code doesn't automatically handle max length so do it manually
5555
constexpr int kExtensionDataMaxLength = 128;
5656

57-
constexpr uint16_t kClusterRevision = 1;
57+
constexpr uint16_t kClusterRevision = 2;
5858

5959
namespace {
6060

0 commit comments

Comments
 (0)