aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/counter.sol
diff options
context:
space:
mode:
Diffstat (limited to 'examples/counter/counter.sol')
-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;