aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2020-02-24 15:04:42 -0500
committerDeterminant <ted.sybil@gmail.com>2020-02-24 15:04:42 -0500
commita29ec3a0ae86185db68e9be6557e1c8dde89a92c (patch)
tree3eb097316717d5ca064f3a70350ea35980504aaa /examples
parentf0fdb5dfb215bebc54d2a62e54f0c7ae3e71ff91 (diff)
minor change
Diffstat (limited to 'examples')
-rw-r--r--examples/counter/counter.sol2
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;