Bump required compiler version for Address (#1898)

pull/1891/head^2
Nicolás Venturo 6 years ago committed by GitHub
parent 92b2e2800a
commit 4e527a20a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/utils/Address.sol

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

Loading…
Cancel
Save