Update BasicBridge version to 2.1.0

This commit is contained in:
Gerardo Nardelli 2018-09-24 09:09:53 -03:00
parent 195f23c613
commit fdf9d39abd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import "openzeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol";
contract BasicBridge is EternalStorage, Validatable {
using SafeMath for uint256;
Version.Version public getBridgeInterfacesVersion = Version.Version(2, 0, 0);
Version.Version public getBridgeInterfacesVersion = Version.Version(2, 1, 0);
event GasPriceChanged(uint256 gasPrice);
event RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations);