Skip to content

Commit fb7b55d

Browse files
authored
Explain why to use the latest version
1 parent c676e70 commit fb7b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ user-defined types among other features.
1919
With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions,
2020
and multi-signature wallets.
2121

22-
When deploying contracts, you should use the latest released version of Solidity because bug fixes are rarely, if ever, back-ported to older versions.
22+
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).
2323

2424
Language Documentation
2525
----------------------

0 commit comments

Comments
 (0)