Skip to content

Commit

Permalink
Resolve Validators version from #8349
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Aug 13, 2021
1 parent d744ee0 commit 4be93ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/governance/Validators.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ contract Validators is
* @return The storage, major, minor, and patch version of the contract.
*/
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
return (1, 2, 0, 1);
return (1, 2, 0, 2);
}

/**
Expand Down

0 comments on commit 4be93ee

Please sign in to comment.