Semantic Versioning: What The x.x.x Numbers Mean And Why They Are Important

Renato Francia
4 min readJul 3, 2022
Photo by Nathan Dumlao on Unsplash

TLDR;

“Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backward-compatible manner, and
  3. PATCH version when you make backward-compatible bug fixes.

--

--

Renato Francia

Software Developer, Digital Nomad, Blogger and Tech Enthusiast.