Skip to content

Commit

Permalink
revert version ∆
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Apr 19, 2024
1 parent d91631a commit 2cea334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/governance/LockedGold.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ contract LockedGold is
* @return Patch version of the contract.
*/
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
return (1, 1, 5, 0);
return (1, 1, 4, 0);
}

/**
Expand Down

0 comments on commit 2cea334

Please sign in to comment.