Update version pragmas from >0.4.21 to ^0.4.22.

This commit is contained in:
Daniel Kirchner
2018-04-12 10:43:00 +02:00
parent ea445b9d37
commit 2192e4035a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pragma solidity >0.4.21;
pragma solidity ^0.4.22;
import "./Token.sol";