Skip to content

Commit c676e70

Browse files
authored
Explain why to use latest version
1 parent 0842ac6 commit c676e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ that run on the Ethereum Virtual Machine. Smart contracts are programs that are
1919
network where nobody has special authority over the execution and thus they allow to implement tokens of value,
2020
ownership, voting and other kinds of logics.
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
## Build and Install
2525

0 commit comments

Comments
 (0)