diff options
author | Determinant <[email protected]> | 2020-02-24 15:04:42 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2020-02-24 15:04:42 -0500 |
commit | a29ec3a0ae86185db68e9be6557e1c8dde89a92c (patch) | |
tree | 3eb097316717d5ca064f3a70350ea35980504aaa /examples/counter | |
parent | f0fdb5dfb215bebc54d2a62e54f0c7ae3e71ff91 (diff) |
minor change
Diffstat (limited to 'examples/counter')
-rw-r--r-- | examples/counter/counter.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/counter/counter.sol b/examples/counter/counter.sol index c05bf23..b21c3bf 100644 --- a/examples/counter/counter.sol +++ b/examples/counter/counter.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.5.10; +pragma solidity ^0.6.0; contract Counter { uint256 x; |