Bridge interfaces version synchronized with the release versioning (#411)
This commit is contained in:
parent
a620e47b1c
commit
a410f9ccd0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue