diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-02 23:02:17 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-07-02 23:02:17 +0800 |
commit | f74a9a346b1e187567f93a6053a0eb7a7a964f99 (patch) | |
tree | 0f303f07d113e5f953b7da89862cc2703cde59de /docs/contracts.rst | |
parent | 2031e8e0c15a6032c5c446edc2bfca5bd8cd8365 (diff) | |
download | dexon-solidity-f74a9a346b1e187567f93a6053a0eb7a7a964f99.tar.gz dexon-solidity-f74a9a346b1e187567f93a6053a0eb7a7a964f99.tar.zst dexon-solidity-f74a9a346b1e187567f93a6053a0eb7a7a964f99.zip |
Fixes semantic versioning.
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 00e38bc4..86cdb3c4 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -301,7 +301,7 @@ inheritable properties of contracts and may be overridden by derived contracts. :: - pragma solidity ^0.4.24; + pragma solidity >0.4.24; contract owned { constructor() public { owner = msg.sender; } |