Semantic Version Calculator

Calculate, validate, and compare semantic versions with pre-release labels and build metadata support.

  1. Home
  2. Utility
  3. Semantic Version Calculator

1.0.1
Valid SemVer
1
Major
0
Minor
0
Patch

Enter two versions to compare.

Semantic Versioning (SemVer)

Semantic Versioning follows the format: MAJOR.MINOR.PATCH

  • MAJOR — Incompatible API changes
  • MINOR — Backward-compatible functionality
  • PATCH — Backward-compatible bug fixes
  • PRE-RELEASE — e.g., 1.0.0-alpha.1
  • BUILD METADATA — e.g., 1.0.0+build.123