diff --git a/src/test.sol b/src/test.sol index 2bf3375..b283c1b 100644 --- a/src/test.sol +++ b/src/test.sol @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -pragma solidity >=0.5.0; +pragma solidity >=0.6.0; contract DSTest { event log (string);