diff --git a/semver.md b/semver.md index f6a71f8..7bfd68f 100644 --- a/semver.md +++ b/semver.md @@ -143,7 +143,7 @@ have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, smaller set, if all of the preceding identifiers are equal. Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < - 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0. + 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0. Backus–Naur Form Grammar for Valid SemVer Versions --------------------------------------------------