Skip to content

Commit

Permalink
Bridge interfaces version synchronized with the release versioning (#411
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akolotov committed May 4, 2020
1 parent a620e47 commit a410f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/upgradeable_contracts/VersionableBridge.sol
Expand Up @@ -2,7 +2,7 @@ pragma solidity 0.4.24;

contract VersionableBridge {
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
return (3, 0, 0);
return (4, 1, 0);
}

/* solcov ignore next */
Expand Down

0 comments on commit a410f9c

Please sign in to comment.