Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
montera82 committed May 22, 2023
1 parent 7150af1 commit 3fcb165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/governance/Governance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ contract Governance is
* @return Patch version of the contract.
*/
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
return (1, 3, 2, 0);
return (1, 3, 1, 0);
}

/**
Expand Down

0 comments on commit 3fcb165

Please sign in to comment.