Bump required compiler version for Address (#1898)

This commit is contained in:
Nicolás Venturo
2019-08-26 20:12:46 -03:00
committed by GitHub
parent 92b2e2800a
commit 4e527a20a5

View File

@ -1,4 +1,4 @@
pragma solidity ^0.5.0; pragma solidity ^0.5.5;
/** /**
* @dev Collection of functions related to the address type * @dev Collection of functions related to the address type