Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Jul 24, 2023
1 parent 7ec94ea commit c4d28fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts-0.8/GasPriceMinimum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract GasPriceMinimum is
* @return Patch version of the contract.
*/
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
return (1, 2, 1, 0);
return (1, 2, 0, 0);
}

/**
Expand Down

0 comments on commit c4d28fe

Please sign in to comment.