diff --git a/semver.md b/semver.md index 935736e..1a78a70 100644 --- a/semver.md +++ b/semver.md @@ -11,7 +11,8 @@ Given a version number MAJOR.MINOR.PATCH, increment the: manner, and 1. PATCH version when you make backwards-compatible bug fixes. -Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format. +Additional labels for pre-release and build metadata are available as extensions +to the MAJOR.MINOR.PATCH format. Introduction ------------