Skip to content

Commit

Permalink
Increase minor version in BasicBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Jul 31, 2019
1 parent 26a152e commit 1e4c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/upgradeable_contracts/BasicBridge.sol
Expand Up @@ -16,7 +16,7 @@ contract BasicBridge is EternalStorage, Validatable, Ownable, Upgradeable, Claim
event ExecutionDailyLimitChanged(uint256 newLimit);

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

function setGasPrice(uint256 _gasPrice) external onlyOwner {
Expand Down

0 comments on commit 1e4c35a

Please sign in to comment.