Update contract version

This commit is contained in:
Gerardo Nardelli 2018-12-04 14:24:43 -03:00
parent e4a3cf4d9d
commit 4612b7ba86
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ contract BasicBridge is EternalStorage, Validatable {
event ExecutionDailyLimitChanged(uint256 newLimit);
function getBridgeInterfacesVersion() public pure returns(uint64 major, uint64 minor, uint64 patch) {
return (2, 1, 0);
return (2, 2, 0);
}
function setGasPrice(uint256 _gasPrice) public onlyOwner {