Skip to content

Commit

Permalink
Update bridge interfaces version
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Nov 27, 2019
1 parent be3cd33 commit c2c2c4c
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 (2, 4, 0);
return (2, 5, 0);
}

/* solcov ignore next */
Expand Down

0 comments on commit c2c2c4c

Please sign in to comment.