Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 18, 2014 03:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/55bc8f67cf779fc87732 to your computer and use it in GitHub Desktop.
Save roachhd/55bc8f67cf779fc87732 to your computer and use it in GitHub Desktop.
Semantic Versioning - a little intro.
Semantic Versioning.

A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment