Fix pragma.

This commit is contained in:
chriseth 2020-03-24 15:21:35 +01:00
parent 7d68f9f6c3
commit 3beaae6822

View File

@ -687,7 +687,7 @@ The command above applies all changes as shown below. Please review them careful
.. code-block:: none
pragma solidity >=0.6.0 <0.7.0;
pragma solidity >=0.6.0 <0.8.0;
abstract contract Updateable {
function run() public view virtual returns (bool);