Skip to content

Commit

Permalink
fix: update multisig version incompatibility map
Browse files Browse the repository at this point in the history
  • Loading branch information
davecreaser committed Aug 22, 2024
1 parent 6a6e54b commit 40c5cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/versions/MultisigPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const multisigPermissionsIncompatibilityMap: Record<
MultisigPermissionsVersion,
Array<ColonyVersion>
> = {
1: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
1: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
};

/** @internal */
Expand Down

0 comments on commit 40c5cfd

Please sign in to comment.