tests: helpers: Bump Solidity version

This commit is contained in:
nfnty 2017-06-15 06:33:57 +02:00
parent 647a8569da
commit bee0d2fc8c
No known key found for this signature in database
GPG Key ID: 32DD96A5D0370907
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.8;
pragma solidity ^0.4.11;
import '../../contracts/SGT.sol';

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.8;
pragma solidity ^0.4.11;
import '../../contracts/SNT.sol';