Skip to content

Commit 413db68

Browse files
committed
Merge pull request semver#118 from Tieske/increments
increments by one
2 parents bfa82b5 + 2bfa9b0 commit 413db68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

semver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ However it is done, it should be precise and comprehensive.
6262
1. A normal version number MUST take the form X.Y.Z where X, Y, and Z are
6363
non-negative integers, and MUST NOT contain leading zeroes. X is the
6464
major version, Y is the minor version, and Z is the patch version.
65-
Each element MUST increase numerically by increments of one. For
66-
instance: 1.9.0 -> 1.10.0 -> 1.11.0.
65+
Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
6766

6867
1. Once a versioned package has been released, the contents of that version
6968
MUST NOT be modified. Any modifications MUST be released as a new version.

0 commit comments

Comments
 (0)