Skip to content

Commit

Permalink
Update Account version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-chrzan committed Sep 26, 2023
1 parent 7e1f8a0 commit 99e90f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ contract Account is UUPSOwnableUpgradeable, UsingRegistryUpgradeable, Managed, I
uint256
)
{
return (1, 2, 0, 0);
return (1, 2, 1, 0);
}

/**
Expand Down

0 comments on commit 99e90f5

Please sign in to comment.