Skip to content

Commit a9b7271

Browse files
author
Pavel Hornak
committed
fix: revert version bump to 1.1.0.3 (release diff is against v14 baseline)
1 parent 5832af3 commit a9b7271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/protocol/contracts-0.8/common/EpochManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ contract EpochManager is
614614
* @return Patch version of the contract.
615615
*/
616616
function getVersionNumber() external pure returns (uint256, uint256, uint256, uint256) {
617-
return (1, 1, 0, 4);
617+
return (1, 1, 0, 3);
618618
}
619619

620620
/**

0 commit comments

Comments
 (0)