Update version pragma in all documentation examples

This commit is contained in:
Alex Beregszaszi
2018-09-25 19:03:25 +01:00
parent c9f468b717
commit 3ca00c73f9
14 changed files with 88 additions and 87 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ restrictions highly readable.
::
pragma solidity ^0.4.22;
pragma solidity >=0.4.22 <0.6.0;
contract AccessRestriction {
// These will be assigned at the construction
@@ -282,7 +282,7 @@ function finishes.
::
pragma solidity ^0.4.22;
pragma solidity >=0.4.22 <0.6.0;
contract StateMachine {
enum Stages {