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
+1 -1
View File
@@ -48,7 +48,7 @@ non-elementary type, the positions are found by adding an offset of ``keccak256(
So for the following contract snippet::
pragma solidity ^0.4.0;
pragma solidity >=0.4.0 <0.6.0;
contract C {
struct s { uint a; uint b; }