From 8a7224683b8fbf7c822922dca35ee2eda8e41d79 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Sun, 15 Apr 2018 23:12:28 +0200 Subject: Docs: Update solidity version for revert with reason --- docs/structure-of-a-contract.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/structure-of-a-contract.rst') diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 9e5eacbb..d57f1703 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -62,7 +62,7 @@ Function modifiers can be used to amend the semantics of functions in a declarat :: - pragma solidity ^0.4.11; + pragma solidity ^0.4.22; contract Purchase { address public seller; -- cgit v1.2.3