Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Oct 17, 2024
1 parent 02f346b commit 43a27f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/common/FeeHandlerSeller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ contract FeeHandlerSeller is Ownable, Initializable, UsingRegistry, ICeloVersion
* @return Patch version of the contract.
*/
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
return (1, 1, 1, 0);
return (1, 1, 2, 0);
}
}

0 comments on commit 43a27f0

Please sign in to comment.