Use latest version in code snippets.

This commit is contained in:
William Entriken
2019-01-10 11:34:58 +01:00
committed by chriseth
parent 950e193642
commit 52fd20e98c
3 changed files with 9 additions and 5 deletions
+2
View File
@@ -19,6 +19,8 @@ user-defined types among other features.
With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions,
and multi-signature wallets.
When deploying contracts, you should use the latest released version of Solidity. This is because breaking changes as well as new features and bug fixes are introduced regularly. We currently use a 0.x version number [to indicate this fast pace of change](https://semver.org/#spec-item-4).
Language Documentation
----------------------